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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::GroupSummary>

The collection of all active groups.

Returns:



694
695
696
697
698
# File 'lib/aws-sdk-xray/types.rb', line 694

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

#next_tokenString

Pagination token. Not used.

Returns:

  • (String)


694
695
696
697
698
# File 'lib/aws-sdk-xray/types.rb', line 694

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