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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


8204
8205
8206
8207
8208
8209
# File 'lib/aws-sdk-backup/types.rb', line 8204

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)


8204
8205
8206
8207
8208
8209
# File 'lib/aws-sdk-backup/types.rb', line 8204

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