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)


3531
3532
3533
# File 'sig/types.rbs', line 3531

def cidr
  @cidr
end

#port_ranges::Array[Types::CreateVerifiedAccessEndpointPortRange]

Returns the value of attribute port_ranges.



3532
3533
3534
# File 'sig/types.rbs', line 3532

def port_ranges
  @port_ranges
end

#protocol"http", ...

Returns the value of attribute protocol.

Returns:

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


3529
3530
3531
# File 'sig/types.rbs', line 3529

def protocol
  @protocol
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


3530
3531
3532
# File 'sig/types.rbs', line 3530

def subnet_ids
  @subnet_ids
end