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.
64214 64215 64216 64217 64218 64219 |
# File 'lib/aws-sdk-ec2/types.rb', line 64214 class SubnetAssociation < Struct.new( :subnet_id, :state) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet.
64214 64215 64216 64217 64218 64219 |
# File 'lib/aws-sdk-ec2/types.rb', line 64214 class SubnetAssociation < Struct.new( :subnet_id, :state) SENSITIVE = [] include Aws::Structure end |