Class: Aws::Types::VerifiedAccessEndpointCidrOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


19272
19273
19274
# File 'sig/types.rbs', line 19272

def cidr
  @cidr
end

#port_ranges::Array[Types::VerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



19273
19274
19275
# File 'sig/types.rbs', line 19273

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

  • ("http", "https", "tcp")


19274
19275
19276
# File 'sig/types.rbs', line 19274

def protocol
  @protocol
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


19275
19276
19277
# File 'sig/types.rbs', line 19275

def subnet_ids
  @subnet_ids
end