Class: Aws::Greengrass::Types::ListBulkDeploymentDetailedReportsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bulk_deployment_idString

Returns:

  • (String)


3203
3204
3205
3206
3207
3208
3209
# File 'lib/aws-sdk-greengrass/types.rb', line 3203

class ListBulkDeploymentDetailedReportsRequest < Struct.new(
  :bulk_deployment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsString

Returns:

  • (String)


3203
3204
3205
3206
3207
3208
3209
# File 'lib/aws-sdk-greengrass/types.rb', line 3203

class ListBulkDeploymentDetailedReportsRequest < Struct.new(
  :bulk_deployment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


3203
3204
3205
3206
3207
3208
3209
# File 'lib/aws-sdk-greengrass/types.rb', line 3203

class ListBulkDeploymentDetailedReportsRequest < Struct.new(
  :bulk_deployment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end