Class: Aws::EC2::Types::DeleteTransitGatewayMulticastDomainResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteTransitGatewayMulticastDomainResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_multicast_domain ⇒ Types::TransitGatewayMulticastDomain
Information about the deleted transit gateway multicast domain.
Instance Attribute Details
#transit_gateway_multicast_domain ⇒ Types::TransitGatewayMulticastDomain
Information about the deleted transit gateway multicast domain.
20000 20001 20002 20003 20004 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 20000 class DeleteTransitGatewayMulticastDomainResult < Struct.new( :transit_gateway_multicast_domain) SENSITIVE = [] include Aws::Structure end |