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