Class: Aws::Types::CreateSubnetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSubnetRequest
- 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.
-
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipv_4_ipam_pool_id ⇒ ::String
Returns the value of attribute ipv_4_ipam_pool_id.
-
#ipv_4_netmask_length ⇒ ::Integer
Returns the value of attribute ipv_4_netmask_length.
-
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
-
#ipv_6_ipam_pool_id ⇒ ::String
Returns the value of attribute ipv_6_ipam_pool_id.
-
#ipv_6_native ⇒ Boolean
Returns the value of attribute ipv_6_native.
-
#ipv_6_netmask_length ⇒ ::Integer
Returns the value of attribute ipv_6_netmask_length.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
3202 3203 3204 |
# File 'sig/types.rbs', line 3202 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
3203 3204 3205 |
# File 'sig/types.rbs', line 3203 def availability_zone_id @availability_zone_id end |
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
3204 3205 3206 |
# File 'sig/types.rbs', line 3204 def cidr_block @cidr_block end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3213 3214 3215 |
# File 'sig/types.rbs', line 3213 def dry_run @dry_run end |
#ipv_4_ipam_pool_id ⇒ ::String
Returns the value of attribute ipv_4_ipam_pool_id.
3209 3210 3211 |
# File 'sig/types.rbs', line 3209 def ipv_4_ipam_pool_id @ipv_4_ipam_pool_id end |
#ipv_4_netmask_length ⇒ ::Integer
Returns the value of attribute ipv_4_netmask_length.
3210 3211 3212 |
# File 'sig/types.rbs', line 3210 def ipv_4_netmask_length @ipv_4_netmask_length end |
#ipv_6_cidr_block ⇒ ::String
Returns the value of attribute ipv_6_cidr_block.
3205 3206 3207 |
# File 'sig/types.rbs', line 3205 def ipv_6_cidr_block @ipv_6_cidr_block end |
#ipv_6_ipam_pool_id ⇒ ::String
Returns the value of attribute ipv_6_ipam_pool_id.
3211 3212 3213 |
# File 'sig/types.rbs', line 3211 def ipv_6_ipam_pool_id @ipv_6_ipam_pool_id end |
#ipv_6_native ⇒ Boolean
Returns the value of attribute ipv_6_native.
3208 3209 3210 |
# File 'sig/types.rbs', line 3208 def ipv_6_native @ipv_6_native end |
#ipv_6_netmask_length ⇒ ::Integer
Returns the value of attribute ipv_6_netmask_length.
3212 3213 3214 |
# File 'sig/types.rbs', line 3212 def ipv_6_netmask_length @ipv_6_netmask_length end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
3206 3207 3208 |
# File 'sig/types.rbs', line 3206 def outpost_arn @outpost_arn end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3201 3202 3203 |
# File 'sig/types.rbs', line 3201 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3207 3208 3209 |
# File 'sig/types.rbs', line 3207 def vpc_id @vpc_id end |