Class: Aws::EC2::Types::SearchTransitGatewayMulticastGroupsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SearchTransitGatewayMulticastGroupsResult
- Defined in:
- gems/aws-sdk-ec2/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.
65270 65271 65272 65273 65274 65275 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65270 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.
65270 65271 65272 65273 65274 65275 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65270 class SearchTransitGatewayMulticastGroupsResult < Struct.new( :multicast_groups, :next_token) SENSITIVE = [] include Aws::Structure end |