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.
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.
3691 3692 3693 |
# File 'sig/types.rbs', line 3691 def protocol @protocol end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
3692 3693 3694 |
# File 'sig/types.rbs', line 3692 def subnet_ids @subnet_ids end |