Class: Aws::Greengrass::Types::ListBulkDeploymentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListBulkDeploymentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bulk_deployments ⇒ Array<Types::BulkDeployment>
A list of bulk deployments.
-
#next_token ⇒ String
The token for the next set of results, or ”null” if there are no additional results.
Instance Attribute Details
#bulk_deployments ⇒ Array<Types::BulkDeployment>
A list of bulk deployments.
3256 3257 3258 3259 3260 3261 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3256 class ListBulkDeploymentsResponse < Struct.new( :bulk_deployments, :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.
3256 3257 3258 3259 3260 3261 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3256 class ListBulkDeploymentsResponse < Struct.new( :bulk_deployments, :next_token) SENSITIVE = [] include Aws::Structure end |