Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::EC2::Types::TransitGatewayMulticastDomain

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_timeTime

The time the transit gateway multicast domain was created.

Returns:

  • (Time)

71553
71554
71555
71556
71557
71558
71559
71560
71561
71562
71563
71564
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71553

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

#optionsTypes::TransitGatewayMulticastDomainOptions

The options for the transit gateway multicast domain.


71553
71554
71555
71556
71557
71558
71559
71560
71561
71562
71563
71564
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71553

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_idString

The ID of the Amazon Web Services account that owns the transit gateway multicast domain.

Returns:

  • (String)

71553
71554
71555
71556
71557
71558
71559
71560
71561
71562
71563
71564
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71553

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

#stateString

The state of the transit gateway multicast domain.

Returns:

  • (String)

71553
71554
71555
71556
71557
71558
71559
71560
71561
71562
71563
71564
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71553

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

#tagsArray<Types::Tag>

The tags for the transit gateway multicast domain.

Returns:


71553
71554
71555
71556
71557
71558
71559
71560
71561
71562
71563
71564
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71553

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_idString

The ID of the transit gateway.

Returns:

  • (String)

71553
71554
71555
71556
71557
71558
71559
71560
71561
71562
71563
71564
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71553

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_arnString

The Amazon Resource Name (ARN) of the transit gateway multicast domain.

Returns:

  • (String)

71553
71554
71555
71556
71557
71558
71559
71560
71561
71562
71563
71564
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71553

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_idString

The ID of the transit gateway multicast domain.

Returns:

  • (String)

71553
71554
71555
71556
71557
71558
71559
71560
71561
71562
71563
71564
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71553

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