Class: Aws::WorkDocs::Types::DescribeGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#groups ⇒ Array<Types::GroupMetadata>
The list of groups.
-
#marker ⇒ String
The marker to use when requesting the next set of results.
Instance Attribute Details
#groups ⇒ Array<Types::GroupMetadata>
The list of groups.
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 |
#marker ⇒ String
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
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 |