Class: Aws::Greengrass::Types::ListBulkDeploymentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListBulkDeploymentsRequest
- 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
3238 3239 3240 3241 3242 3243 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3238 class ListBulkDeploymentsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3238 3239 3240 3241 3242 3243 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3238 class ListBulkDeploymentsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |