Class: Aws::WorkDocs::Types::DescribeGroupsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::GroupMetadata>

The list of groups.

Returns:



1281
1282
1283
1284
1285
# File 'lib/aws-sdk-workdocs/types.rb', line 1281

class DescribeGroupsResponse < Struct.new(
  :groups,
  :marker)
  include Aws::Structure
end

#markerString

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

Returns:

  • (String)


1281
1282
1283
1284
1285
# File 'lib/aws-sdk-workdocs/types.rb', line 1281

class DescribeGroupsResponse < Struct.new(
  :groups,
  :marker)
  include Aws::Structure
end