Class: Aws::Types::CreateDefaultSubnetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDefaultSubnetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipv_6_native ⇒ Boolean
Returns the value of attribute ipv_6_native.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def availability_zone_id @availability_zone_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def dry_run @dry_run end |
#ipv_6_native ⇒ Boolean
Returns the value of attribute ipv_6_native.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def ipv_6_native @ipv_6_native end |