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.
777 778 779 780 781 |
# File 'lib/aws-sdk-xray/types.rb', line 777 class GetGroupsRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |