Class: Aws::EC2::Types::SearchTransitGatewayMulticastGroupsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#multicast_groupsArray<Types::TransitGatewayMulticastGroup>

Information about the transit gateway multicast group.



60192
60193
60194
60195
60196
60197
# File 'lib/aws-sdk-ec2/types.rb', line 60192

class SearchTransitGatewayMulticastGroupsResult < Struct.new(
  :multicast_groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


60192
60193
60194
60195
60196
60197
# File 'lib/aws-sdk-ec2/types.rb', line 60192

class SearchTransitGatewayMulticastGroupsResult < Struct.new(
  :multicast_groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end