class Aws::GroundStation::Types::SocketAddress

Information about the socket address.

@note When making an API call, you may pass SocketAddress

data as a hash:

    {
      name: "String", # required
      port: 1, # required
    }

@!attribute [rw] name

Name of a socket address.
@return [String]

@!attribute [rw] port

Port of a socket address.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/SocketAddress AWS API Documentation

Constants

SENSITIVE