Class: Aws::EC2::Types::TransitGatewayMulticastDomainAssociations
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayMulticastDomainAssociations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the multicast domain associations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_owner_id ⇒ String
The ID of the Amazon Web Services account that owns the resource.
-
#resource_type ⇒ String
The type of resource, for example a VPC attachment.
-
#subnets ⇒ Array<Types::SubnetAssociation>
The subnets associated with the multicast domain.
-
#transit_gateway_attachment_id ⇒ String
The ID of the transit gateway attachment.
-
#transit_gateway_multicast_domain_id ⇒ String
The ID of the transit gateway multicast domain.
Instance Attribute Details
#resource_id ⇒ String
The ID of the resource.
69450 69451 69452 69453 69454 69455 69456 69457 69458 69459 |
# File 'lib/aws-sdk-ec2/types.rb', line 69450 class TransitGatewayMulticastDomainAssociations < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnets) SENSITIVE = [] include Aws::Structure end |
#resource_owner_id ⇒ String
The ID of the Amazon Web Services account that owns the resource.
69450 69451 69452 69453 69454 69455 69456 69457 69458 69459 |
# File 'lib/aws-sdk-ec2/types.rb', line 69450 class TransitGatewayMulticastDomainAssociations < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnets) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource, for example a VPC attachment.
69450 69451 69452 69453 69454 69455 69456 69457 69458 69459 |
# File 'lib/aws-sdk-ec2/types.rb', line 69450 class TransitGatewayMulticastDomainAssociations < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnets) SENSITIVE = [] include Aws::Structure end |
#subnets ⇒ Array<Types::SubnetAssociation>
The subnets associated with the multicast domain.
69450 69451 69452 69453 69454 69455 69456 69457 69458 69459 |
# File 'lib/aws-sdk-ec2/types.rb', line 69450 class TransitGatewayMulticastDomainAssociations < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnets) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_attachment_id ⇒ String
The ID of the transit gateway attachment.
69450 69451 69452 69453 69454 69455 69456 69457 69458 69459 |
# File 'lib/aws-sdk-ec2/types.rb', line 69450 class TransitGatewayMulticastDomainAssociations < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnets) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_multicast_domain_id ⇒ String
The ID of the transit gateway multicast domain.
69450 69451 69452 69453 69454 69455 69456 69457 69458 69459 |
# File 'lib/aws-sdk-ec2/types.rb', line 69450 class TransitGatewayMulticastDomainAssociations < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :resource_owner_id, :subnets) SENSITIVE = [] include Aws::Structure end |