Class: Aws::EC2::Types::DeregisterTransitGatewayMulticastGroupSourcesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deregistered_multicast_group_sourcesTypes::TransitGatewayMulticastDeregisteredGroupSources

Information about the deregistered group sources.



16256
16257
16258
16259
16260
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16256

class DeregisterTransitGatewayMulticastGroupSourcesResult < Struct.new(
  :deregistered_multicast_group_sources)
  SENSITIVE = []
  include Aws::Structure
end