Class: Aws::Backup::Types::StartReportJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::StartReportJobInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#idempotency_token ⇒ String
A customer-chosen string that you can use to distinguish between otherwise identical calls to ‘StartReportJobInput`.
-
#report_plan_name ⇒ String
The unique name of a report plan.
Instance Attribute Details
#idempotency_token ⇒ String
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.
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_name ⇒ String
The unique name of a report plan.
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 |