Class: Aws::Types::SubnetIpPrefixes
- Inherits:
-
Object
- Object
- Aws::Types::SubnetIpPrefixes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_prefixes ⇒ ::Array[::String]
Returns the value of attribute ip_prefixes.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#ip_prefixes ⇒ ::Array[::String]
Returns the value of attribute ip_prefixes.
18259 18260 18261 |
# File 'sig/types.rbs', line 18259 def ip_prefixes @ip_prefixes end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
18258 18259 18260 |
# File 'sig/types.rbs', line 18258 def subnet_id @subnet_id end |