Class: Aws::GroundStation::Types::SocketAddress
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::SocketAddress
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Information about the socket address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of a socket address.
-
#port ⇒ Integer
Port of a socket address.
Instance Attribute Details
#name ⇒ String
Name of a socket address.
2581 2582 2583 2584 2585 2586 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2581 class SocketAddress < Struct.new( :name, :port) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Port of a socket address.
2581 2582 2583 2584 2585 2586 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2581 class SocketAddress < Struct.new( :name, :port) SENSITIVE = [] include Aws::Structure end |