Class: Aws::Greengrass::Types::ListBulkDeploymentDetailedReportsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListBulkDeploymentDetailedReportsResponse
- Defined in:
- gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployments ⇒ Array<Types::BulkDeploymentResult>
A list of the individual group deployments in the bulk deployment operation.
-
#next_token ⇒ String
The token for the next set of results, or ''null'' if there are no additional results.
Instance Attribute Details
#deployments ⇒ Array<Types::BulkDeploymentResult>
A list of the individual group deployments in the bulk deployment operation.
3223 3224 3225 3226 3227 3228 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3223 class ListBulkDeploymentDetailedReportsResponse < Struct.new( :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.
3223 3224 3225 3226 3227 3228 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3223 class ListBulkDeploymentDetailedReportsResponse < Struct.new( :deployments, :next_token) SENSITIVE = [] include Aws::Structure end |