Class: Aws::GroundStation::Types::RangedSocketAddress
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::RangedSocketAddress
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
A socket address with a port range.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
IPv4 socket address.
-
#port_range ⇒ Types::IntegerRange
Port range of a socket address.
Instance Attribute Details
#name ⇒ String
IPv4 socket address.
2339 2340 2341 2342 2343 2344 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2339 class RangedSocketAddress < Struct.new( :name, :port_range) SENSITIVE = [] include Aws::Structure end |
#port_range ⇒ Types::IntegerRange
Port range of a socket address.
2339 2340 2341 2342 2343 2344 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2339 class RangedSocketAddress < Struct.new( :name, :port_range) SENSITIVE = [] include Aws::Structure end |