Class: Aws::EC2::Types::SubnetAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SubnetAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the subnet association with the transit gateway multicast domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The state of the subnet association.
-
#subnet_id ⇒ String
The ID of the subnet.
Instance Attribute Details
#state ⇒ String
The state of the subnet association.
68138 68139 68140 68141 68142 68143 |
# File 'lib/aws-sdk-ec2/types.rb', line 68138 class SubnetAssociation < Struct.new( :subnet_id, :state) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet.
68138 68139 68140 68141 68142 68143 |
# File 'lib/aws-sdk-ec2/types.rb', line 68138 class SubnetAssociation < Struct.new( :subnet_id, :state) SENSITIVE = [] include Aws::Structure end |