Class: Aws::EC2::Types::SubnetAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SubnetAssociation
- Defined in:
- gems/aws-sdk-ec2/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.
66504 66505 66506 66507 66508 66509 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66504 class SubnetAssociation < Struct.new( :subnet_id, :state) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet.
66504 66505 66506 66507 66508 66509 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66504 class SubnetAssociation < Struct.new( :subnet_id, :state) SENSITIVE = [] include Aws::Structure end |