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)


18912
18913
18914
# File 'sig/types.rbs', line 18912

def cidr
  @cidr
end

#port_ranges::Array[Types::VerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



18913
18914
18915
# File 'sig/types.rbs', line 18913

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


18914
18915
18916
# File 'sig/types.rbs', line 18914

def protocol
  @protocol
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


18915
18916
18917
# File 'sig/types.rbs', line 18915

def subnet_ids
  @subnet_ids
end