Class: Aws::Backup::Types::StartReportJobInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idempotency_tokenString

A customer-chosen string that you can use to distinguish between otherwise identical calls to StartReportJobInput. Retrying a successful request with the same idempotency token results in a success message with no action taken.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


8173
8174
8175
8176
8177
8178
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8173

class StartReportJobInput < Struct.new(
  :report_plan_name,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#report_plan_nameString

The unique name of a report plan.

Returns:

  • (String)


8173
8174
8175
8176
8177
8178
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8173

class StartReportJobInput < Struct.new(
  :report_plan_name,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end