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)


18585
18586
18587
# File 'sig/types.rbs', line 18585

def cidr
  @cidr
end

#port_ranges::Array[Types::VerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



18586
18587
18588
# File 'sig/types.rbs', line 18586

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


18587
18588
18589
# File 'sig/types.rbs', line 18587

def protocol
  @protocol
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


18588
18589
18590
# File 'sig/types.rbs', line 18588

def subnet_ids
  @subnet_ids
end