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.
18912 18913 18914 |
# File 'sig/types.rbs', line 18912 def cidr @cidr end |
#port_ranges ⇒ ::Array[Types::VerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
18913 18914 18915 |
# File 'sig/types.rbs', line 18913 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
18914 18915 18916 |
# File 'sig/types.rbs', line 18914 def protocol @protocol end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
18915 18916 18917 |
# File 'sig/types.rbs', line 18915 def subnet_ids @subnet_ids end |