Class: Aws::Types::SecondarySubnet
- Inherits:
-
Object
- Object
- Aws::Types::SecondarySubnet
- 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.
-
#ipv_4_cidr_block_associations ⇒ ::Array[Types::SecondarySubnetIpv4CidrBlockAssociation]
Returns the value of attribute ipv_4_cidr_block_associations.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
-
#secondary_network_type ⇒ "rdma"
Returns the value of attribute secondary_network_type.
-
#secondary_subnet_arn ⇒ ::String
Returns the value of attribute secondary_subnet_arn.
-
#secondary_subnet_id ⇒ ::String
Returns the value of attribute secondary_subnet_id.
-
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
16928 16929 16930 |
# File 'sig/types.rbs', line 16928 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
16927 16928 16929 |
# File 'sig/types.rbs', line 16927 def availability_zone_id @availability_zone_id end |
#ipv_4_cidr_block_associations ⇒ ::Array[Types::SecondarySubnetIpv4CidrBlockAssociation]
Returns the value of attribute ipv_4_cidr_block_associations.
16929 16930 16931 |
# File 'sig/types.rbs', line 16929 def ipv_4_cidr_block_associations @ipv_4_cidr_block_associations end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
16926 16927 16928 |
# File 'sig/types.rbs', line 16926 def owner_id @owner_id end |
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
16924 16925 16926 |
# File 'sig/types.rbs', line 16924 def secondary_network_id @secondary_network_id end |
#secondary_network_type ⇒ "rdma"
Returns the value of attribute secondary_network_type.
16925 16926 16927 |
# File 'sig/types.rbs', line 16925 def secondary_network_type @secondary_network_type end |
#secondary_subnet_arn ⇒ ::String
Returns the value of attribute secondary_subnet_arn.
16923 16924 16925 |
# File 'sig/types.rbs', line 16923 def secondary_subnet_arn @secondary_subnet_arn end |
#secondary_subnet_id ⇒ ::String
Returns the value of attribute secondary_subnet_id.
16922 16923 16924 |
# File 'sig/types.rbs', line 16922 def secondary_subnet_id @secondary_subnet_id end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
16930 16931 16932 |
# File 'sig/types.rbs', line 16930 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
16931 16932 16933 |
# File 'sig/types.rbs', line 16931 def state_reason @state_reason end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16932 16933 16934 |
# File 'sig/types.rbs', line 16932 def @tags end |