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.
19272 19273 19274 |
# File 'sig/types.rbs', line 19272 def cidr @cidr end |
#port_ranges ⇒ ::Array[Types::VerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
19273 19274 19275 |
# File 'sig/types.rbs', line 19273 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
19274 19275 19276 |
# File 'sig/types.rbs', line 19274 def protocol @protocol end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
19275 19276 19277 |
# File 'sig/types.rbs', line 19275 def subnet_ids @subnet_ids end |