Class: Aws::Types::CreateVerifiedAccessEndpointCidrOptions
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedAccessEndpointCidrOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#port_ranges ⇒ ::Array[Types::CreateVerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
-
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
3643 3644 3645 |
# File 'sig/types.rbs', line 3643 def cidr @cidr end |
#port_ranges ⇒ ::Array[Types::CreateVerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
3644 3645 3646 |
# File 'sig/types.rbs', line 3644 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
3641 3642 3643 |
# File 'sig/types.rbs', line 3641 def protocol @protocol end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
3642 3643 3644 |
# File 'sig/types.rbs', line 3642 def subnet_ids @subnet_ids end |