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

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

#multicast_groupsArray<Types::TransitGatewayMulticastGroup>

Information about the transit gateway multicast group.



60071
60072
60073
60074
60075
60076
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60071

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)


60071
60072
60073
60074
60075
60076
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60071

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