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.
67881 67882 67883 67884 67885 67886 |
# File 'lib/aws-sdk-ec2/types.rb', line 67881 class SubnetAssociation < Struct.new( :subnet_id, :state) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet.
67881 67882 67883 67884 67885 67886 |
# File 'lib/aws-sdk-ec2/types.rb', line 67881 class SubnetAssociation < Struct.new( :subnet_id, :state) SENSITIVE = [] include Aws::Structure end |