Class: Aws::XRay::Types::GetGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#next_token ⇒ String
Pagination token.
793 794 795 796 797 |
# File 'lib/aws-sdk-xray/types.rb', line 793 class GetGroupsRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |