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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::GroupMetadata>

The list of groups.

Returns:



1147
1148
1149
1150
1151
1152
# File 'lib/aws-sdk-workdocs/types.rb', line 1147

class DescribeGroupsResponse < Struct.new(
  :groups,
  :marker)
  SENSITIVE = []
  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)


1147
1148
1149
1150
1151
1152
# File 'lib/aws-sdk-workdocs/types.rb', line 1147

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