Class: Aws::Types::CreateSecondarySubnetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecondarySubnetRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipv_4_cidr_block ⇒ ::String
Returns the value of attribute ipv_4_cidr_block.
-
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
3265 3266 3267 |
# File 'sig/types.rbs', line 3265 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
3266 3267 3268 |
# File 'sig/types.rbs', line 3266 def availability_zone_id @availability_zone_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3264 3265 3266 |
# File 'sig/types.rbs', line 3264 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3267 3268 3269 |
# File 'sig/types.rbs', line 3267 def dry_run @dry_run end |
#ipv_4_cidr_block ⇒ ::String
Returns the value of attribute ipv_4_cidr_block.
3268 3269 3270 |
# File 'sig/types.rbs', line 3268 def ipv_4_cidr_block @ipv_4_cidr_block end |
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
3269 3270 3271 |
# File 'sig/types.rbs', line 3269 def secondary_network_id @secondary_network_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3270 3271 3272 |
# File 'sig/types.rbs', line 3270 def tag_specifications @tag_specifications end |