Class: Aws::Greengrass::Types::ListDeploymentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListDeploymentsRequest
- 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
3422 3423 3424 3425 3426 3427 3428 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3422 class ListDeploymentsRequest < Struct.new( :group_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ String
3422 3423 3424 3425 3426 3427 3428 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3422 class ListDeploymentsRequest < Struct.new( :group_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3422 3423 3424 3425 3426 3427 3428 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3422 class ListDeploymentsRequest < Struct.new( :group_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |