Class: Aws::Greengrass::Types::ListBulkDeploymentDetailedReportsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deploymentsArray<Types::BulkDeploymentResult>

A list of the individual group deployments in the bulk deployment operation.

Returns:



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_tokenString

The token for the next set of results, or ''null'' if there are no additional results.

Returns:

  • (String)


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