Class: Aws::Greengrass::Types::ListGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#max_results ⇒ String
3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3641 class ListGroupsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3641 class ListGroupsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |