Class: Aws::XRay::Types::GetGroupsResult

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

#groupsArray<Types::GroupSummary>

The collection of all active groups.

Returns:



793
794
795
796
797
798
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 793

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

#next_tokenString

Pagination token.

Returns:

  • (String)


793
794
795
796
797
798
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 793

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