Class: Aws::ResourceGroups::Types::ListGroupsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_identifiersArray<Types::GroupIdentifier>

A list of GroupIdentifier objects. Each identifier is an object that contains both the Name and the GroupArn.

Returns:



854
855
856
857
858
859
860
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 854

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

#groupsArray<Types::Group>

Deprecated - don't use this field. Use the GroupIdentifiers response field instead.

Returns:



854
855
856
857
858
859
860
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 854

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

#next_tokenString

If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

Returns:

  • (String)


854
855
856
857
858
859
860
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 854

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