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.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def availability_zone_id @availability_zone_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3102 3103 3104 |
# File 'sig/types.rbs', line 3102 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3105 3106 3107 |
# File 'sig/types.rbs', line 3105 def dry_run @dry_run end |
#ipv_4_cidr_block ⇒ ::String
Returns the value of attribute ipv_4_cidr_block.
3106 3107 3108 |
# File 'sig/types.rbs', line 3106 def ipv_4_cidr_block @ipv_4_cidr_block end |
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
3107 3108 3109 |
# File 'sig/types.rbs', line 3107 def secondary_network_id @secondary_network_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3108 3109 3110 |
# File 'sig/types.rbs', line 3108 def tag_specifications @tag_specifications end |