Class: Aws::EC2::Types::SecondarySubnet
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SecondarySubnet
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a secondary subnet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone of the secondary subnet.
-
#availability_zone_id ⇒ String
The ID of the Availability Zone of the secondary subnet.
-
#ipv_4_cidr_block_associations ⇒ Array<Types::SecondarySubnetIpv4CidrBlockAssociation>
Information about the IPv4 CIDR blocks associated with the secondary subnet.
-
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the secondary subnet.
-
#secondary_network_id ⇒ String
The ID of the secondary network.
-
#secondary_network_type ⇒ String
The type of the secondary network.
-
#secondary_subnet_arn ⇒ String
The Amazon Resource Name (ARN) of the secondary subnet.
-
#secondary_subnet_id ⇒ String
The ID of the secondary subnet.
-
#state ⇒ String
The state of the secondary subnet.
-
#state_reason ⇒ String
The reason for the current state of the secondary subnet.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the secondary subnet.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone of the secondary subnet.
76739 76740 76741 76742 76743 76744 76745 76746 76747 76748 76749 76750 76751 76752 76753 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76739 class SecondarySubnet < Struct.new( :secondary_subnet_id, :secondary_subnet_arn, :secondary_network_id, :secondary_network_type, :owner_id, :availability_zone_id, :availability_zone, :ipv_4_cidr_block_associations, :state, :state_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#availability_zone_id ⇒ String
The ID of the Availability Zone of the secondary subnet.
76739 76740 76741 76742 76743 76744 76745 76746 76747 76748 76749 76750 76751 76752 76753 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76739 class SecondarySubnet < Struct.new( :secondary_subnet_id, :secondary_subnet_arn, :secondary_network_id, :secondary_network_type, :owner_id, :availability_zone_id, :availability_zone, :ipv_4_cidr_block_associations, :state, :state_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#ipv_4_cidr_block_associations ⇒ Array<Types::SecondarySubnetIpv4CidrBlockAssociation>
Information about the IPv4 CIDR blocks associated with the secondary subnet.
76739 76740 76741 76742 76743 76744 76745 76746 76747 76748 76749 76750 76751 76752 76753 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76739 class SecondarySubnet < Struct.new( :secondary_subnet_id, :secondary_subnet_arn, :secondary_network_id, :secondary_network_type, :owner_id, :availability_zone_id, :availability_zone, :ipv_4_cidr_block_associations, :state, :state_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the secondary subnet.
76739 76740 76741 76742 76743 76744 76745 76746 76747 76748 76749 76750 76751 76752 76753 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76739 class SecondarySubnet < Struct.new( :secondary_subnet_id, :secondary_subnet_arn, :secondary_network_id, :secondary_network_type, :owner_id, :availability_zone_id, :availability_zone, :ipv_4_cidr_block_associations, :state, :state_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#secondary_network_id ⇒ String
The ID of the secondary network.
76739 76740 76741 76742 76743 76744 76745 76746 76747 76748 76749 76750 76751 76752 76753 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76739 class SecondarySubnet < Struct.new( :secondary_subnet_id, :secondary_subnet_arn, :secondary_network_id, :secondary_network_type, :owner_id, :availability_zone_id, :availability_zone, :ipv_4_cidr_block_associations, :state, :state_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#secondary_network_type ⇒ String
The type of the secondary network.
76739 76740 76741 76742 76743 76744 76745 76746 76747 76748 76749 76750 76751 76752 76753 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76739 class SecondarySubnet < Struct.new( :secondary_subnet_id, :secondary_subnet_arn, :secondary_network_id, :secondary_network_type, :owner_id, :availability_zone_id, :availability_zone, :ipv_4_cidr_block_associations, :state, :state_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#secondary_subnet_arn ⇒ String
The Amazon Resource Name (ARN) of the secondary subnet.
76739 76740 76741 76742 76743 76744 76745 76746 76747 76748 76749 76750 76751 76752 76753 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76739 class SecondarySubnet < Struct.new( :secondary_subnet_id, :secondary_subnet_arn, :secondary_network_id, :secondary_network_type, :owner_id, :availability_zone_id, :availability_zone, :ipv_4_cidr_block_associations, :state, :state_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#secondary_subnet_id ⇒ String
The ID of the secondary subnet.
76739 76740 76741 76742 76743 76744 76745 76746 76747 76748 76749 76750 76751 76752 76753 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76739 class SecondarySubnet < Struct.new( :secondary_subnet_id, :secondary_subnet_arn, :secondary_network_id, :secondary_network_type, :owner_id, :availability_zone_id, :availability_zone, :ipv_4_cidr_block_associations, :state, :state_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the secondary subnet.
76739 76740 76741 76742 76743 76744 76745 76746 76747 76748 76749 76750 76751 76752 76753 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76739 class SecondarySubnet < Struct.new( :secondary_subnet_id, :secondary_subnet_arn, :secondary_network_id, :secondary_network_type, :owner_id, :availability_zone_id, :availability_zone, :ipv_4_cidr_block_associations, :state, :state_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ String
The reason for the current state of the secondary subnet.
76739 76740 76741 76742 76743 76744 76745 76746 76747 76748 76749 76750 76751 76752 76753 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76739 class SecondarySubnet < Struct.new( :secondary_subnet_id, :secondary_subnet_arn, :secondary_network_id, :secondary_network_type, :owner_id, :availability_zone_id, :availability_zone, :ipv_4_cidr_block_associations, :state, :state_reason, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the secondary subnet.
76739 76740 76741 76742 76743 76744 76745 76746 76747 76748 76749 76750 76751 76752 76753 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76739 class SecondarySubnet < Struct.new( :secondary_subnet_id, :secondary_subnet_arn, :secondary_network_id, :secondary_network_type, :owner_id, :availability_zone_id, :availability_zone, :ipv_4_cidr_block_associations, :state, :state_reason, :tags) SENSITIVE = [] include Aws::Structure end |