Class: Aws::Types::CreateVerifiedAccessEndpointCidrOptions

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)


3693
3694
3695
# File 'sig/types.rbs', line 3693

def cidr
  @cidr
end

#port_ranges::Array[Types::CreateVerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



3694
3695
3696
# File 'sig/types.rbs', line 3694

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


3691
3692
3693
# File 'sig/types.rbs', line 3691

def protocol
  @protocol
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


3692
3693
3694
# File 'sig/types.rbs', line 3692

def subnet_ids
  @subnet_ids
end