Class: Aws::XRay::Types::GetGroupsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token.

Returns:

  • (String)


777
778
779
780
781
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 777

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