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.
19251 19252 19253 |
# File 'sig/types.rbs', line 19251 def cidr @cidr end |
#port_ranges ⇒ ::Array[Types::VerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
19252 19253 19254 |
# File 'sig/types.rbs', line 19252 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
19253 19254 19255 |
# File 'sig/types.rbs', line 19253 def protocol @protocol end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
19254 19255 19256 |
# File 'sig/types.rbs', line 19254 def subnet_ids @subnet_ids end |