Class: Aws::Types::AwsEc2SubnetDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2SubnetDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assign_ipv_6_address_on_creation ⇒ Boolean
Returns the value of attribute assign_ipv_6_address_on_creation.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#available_ip_address_count ⇒ ::Integer
Returns the value of attribute available_ip_address_count.
-
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
-
#default_for_az ⇒ Boolean
Returns the value of attribute default_for_az.
-
#ipv_6_cidr_block_association_set ⇒ ::Array[Types::Ipv6CidrBlockAssociation]
Returns the value of attribute ipv_6_cidr_block_association_set.
-
#map_public_ip_on_launch ⇒ Boolean
Returns the value of attribute map_public_ip_on_launch.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#subnet_arn ⇒ ::String
Returns the value of attribute subnet_arn.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#assign_ipv_6_address_on_creation ⇒ Boolean
Returns the value of attribute assign_ipv_6_address_on_creation.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def assign_ipv_6_address_on_creation @assign_ipv_6_address_on_creation end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def availability_zone_id @availability_zone_id end |
#available_ip_address_count ⇒ ::Integer
Returns the value of attribute available_ip_address_count.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def available_ip_address_count @available_ip_address_count end |
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def cidr_block @cidr_block end |
#default_for_az ⇒ Boolean
Returns the value of attribute default_for_az.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def default_for_az @default_for_az end |
#ipv_6_cidr_block_association_set ⇒ ::Array[Types::Ipv6CidrBlockAssociation]
Returns the value of attribute ipv_6_cidr_block_association_set.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def ipv_6_cidr_block_association_set @ipv_6_cidr_block_association_set end |
#map_public_ip_on_launch ⇒ Boolean
Returns the value of attribute map_public_ip_on_launch.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def map_public_ip_on_launch @map_public_ip_on_launch end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def owner_id @owner_id end |
#state ⇒ ::String
Returns the value of attribute state.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def state @state end |
#subnet_arn ⇒ ::String
Returns the value of attribute subnet_arn.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def subnet_arn @subnet_arn end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def subnet_id @subnet_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def vpc_id @vpc_id end |