Class: Aws::Types::VerifiedAccessEndpointCidrOptions
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessEndpointCidrOptions
- 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::VerifiedAccessEndpointPortRange]
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.
18585 18586 18587 |
# File 'sig/types.rbs', line 18585 def cidr @cidr end |
#port_ranges ⇒ ::Array[Types::VerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
18586 18587 18588 |
# File 'sig/types.rbs', line 18586 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
18587 18588 18589 |
# File 'sig/types.rbs', line 18587 def protocol @protocol end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
18588 18589 18590 |
# File 'sig/types.rbs', line 18588 def subnet_ids @subnet_ids end |