Class: Aws::EC2::Types::SearchTransitGatewayMulticastGroupsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SearchTransitGatewayMulticastGroupsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#multicast_groups ⇒ Array<Types::TransitGatewayMulticastGroup>
Information about the transit gateway multicast group.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#multicast_groups ⇒ Array<Types::TransitGatewayMulticastGroup>
Information about the transit gateway multicast group.
64530 64531 64532 64533 64534 64535 |
# File 'lib/aws-sdk-ec2/types.rb', line 64530 class SearchTransitGatewayMulticastGroupsResult < Struct.new( :multicast_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
64530 64531 64532 64533 64534 64535 |
# File 'lib/aws-sdk-ec2/types.rb', line 64530 class SearchTransitGatewayMulticastGroupsResult < Struct.new( :multicast_groups, :next_token) SENSITIVE = [] include Aws::Structure end |