Class: Aws::Greengrass::Types::ListGroupVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListGroupVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#group_id ⇒ String
3610 3611 3612 3613 3614 3615 3616 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3610 class ListGroupVersionsRequest < Struct.new( :group_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ String
3610 3611 3612 3613 3614 3615 3616 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3610 class ListGroupVersionsRequest < Struct.new( :group_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3610 3611 3612 3613 3614 3615 3616 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3610 class ListGroupVersionsRequest < Struct.new( :group_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |