Class: Aws::Greengrass::Types::ListGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#groups ⇒ Array<Types::GroupInformation>
Information about a group.
-
#next_token ⇒ String
The token for the next set of results, or ”null” if there are no additional results.
Instance Attribute Details
#groups ⇒ Array<Types::GroupInformation>
Information about a group.
3659 3660 3661 3662 3663 3664 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3659 class ListGroupsResponse < Struct.new( :groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or ”null” if there are no additional results.
3659 3660 3661 3662 3663 3664 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3659 class ListGroupsResponse < Struct.new( :groups, :next_token) SENSITIVE = [] include Aws::Structure end |