Class: Aws::EC2::Types::TransitGatewayMulticastDomainAssociation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the resources associated with the transit gateway multicast domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the resource.

Returns:

  • (String)


64720
64721
64722
64723
64724
64725
64726
64727
64728
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64720

class TransitGatewayMulticastDomainAssociation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :resource_owner_id,
  :subnet)
  SENSITIVE = []
  include Aws::Structure
end

#resource_owner_idString

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

Returns:

  • (String)


64720
64721
64722
64723
64724
64725
64726
64727
64728
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64720

class TransitGatewayMulticastDomainAssociation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :resource_owner_id,
  :subnet)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource, for example a VPC attachment.

Returns:

  • (String)


64720
64721
64722
64723
64724
64725
64726
64727
64728
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64720

class TransitGatewayMulticastDomainAssociation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :resource_owner_id,
  :subnet)
  SENSITIVE = []
  include Aws::Structure
end

#subnetTypes::SubnetAssociation

The subnet associated with the transit gateway multicast domain.



64720
64721
64722
64723
64724
64725
64726
64727
64728
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64720

class TransitGatewayMulticastDomainAssociation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :resource_owner_id,
  :subnet)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_attachment_idString

The ID of the transit gateway attachment.

Returns:

  • (String)


64720
64721
64722
64723
64724
64725
64726
64727
64728
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64720

class TransitGatewayMulticastDomainAssociation < Struct.new(
  :transit_gateway_attachment_id,
  :resource_id,
  :resource_type,
  :resource_owner_id,
  :subnet)
  SENSITIVE = []
  include Aws::Structure
end