Class: Aws::GroundStation::Types::RangedSocketAddress

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

A socket address with a port range.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

IPv4 socket address.

Returns:

  • (String)


2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2317

class RangedSocketAddress < Struct.new(
  :name,
  :port_range)
  SENSITIVE = []
  include Aws::Structure
end

#port_rangeTypes::IntegerRange

Port range of a socket address.

Returns:



2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2317

class RangedSocketAddress < Struct.new(
  :name,
  :port_range)
  SENSITIVE = []
  include Aws::Structure
end