Class: Aws::EC2::Types::TransitGatewayMulticastDomain
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayMulticastDomain
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the transit gateway multicast domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time the transit gateway multicast domain was created.
-
#options ⇒ Types::TransitGatewayMulticastDomainOptions
The options for the transit gateway multicast domain.
-
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the transit gateway multicast domain.
-
#state ⇒ String
The state of the transit gateway multicast domain.
-
#tags ⇒ Array<Types::Tag>
The tags for the transit gateway multicast domain.
-
#transit_gateway_id ⇒ String
The ID of the transit gateway.
-
#transit_gateway_multicast_domain_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway multicast domain.
-
#transit_gateway_multicast_domain_id ⇒ String
The ID of the transit gateway multicast domain.
Instance Attribute Details
#creation_time ⇒ Time
The time the transit gateway multicast domain was created.
66688 66689 66690 66691 66692 66693 66694 66695 66696 66697 66698 66699 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66688 class TransitGatewayMulticastDomain < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_id, :transit_gateway_multicast_domain_arn, :owner_id, :options, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::TransitGatewayMulticastDomainOptions
The options for the transit gateway multicast domain.
66688 66689 66690 66691 66692 66693 66694 66695 66696 66697 66698 66699 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66688 class TransitGatewayMulticastDomain < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_id, :transit_gateway_multicast_domain_arn, :owner_id, :options, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the transit gateway multicast domain.
66688 66689 66690 66691 66692 66693 66694 66695 66696 66697 66698 66699 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66688 class TransitGatewayMulticastDomain < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_id, :transit_gateway_multicast_domain_arn, :owner_id, :options, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the transit gateway multicast domain.
66688 66689 66690 66691 66692 66693 66694 66695 66696 66697 66698 66699 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66688 class TransitGatewayMulticastDomain < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_id, :transit_gateway_multicast_domain_arn, :owner_id, :options, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the transit gateway multicast domain.
66688 66689 66690 66691 66692 66693 66694 66695 66696 66697 66698 66699 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66688 class TransitGatewayMulticastDomain < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_id, :transit_gateway_multicast_domain_arn, :owner_id, :options, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_id ⇒ String
The ID of the transit gateway.
66688 66689 66690 66691 66692 66693 66694 66695 66696 66697 66698 66699 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66688 class TransitGatewayMulticastDomain < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_id, :transit_gateway_multicast_domain_arn, :owner_id, :options, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_multicast_domain_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway multicast domain.
66688 66689 66690 66691 66692 66693 66694 66695 66696 66697 66698 66699 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66688 class TransitGatewayMulticastDomain < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_id, :transit_gateway_multicast_domain_arn, :owner_id, :options, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_multicast_domain_id ⇒ String
The ID of the transit gateway multicast domain.
66688 66689 66690 66691 66692 66693 66694 66695 66696 66697 66698 66699 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66688 class TransitGatewayMulticastDomain < Struct.new( :transit_gateway_multicast_domain_id, :transit_gateway_id, :transit_gateway_multicast_domain_arn, :owner_id, :options, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |