Class: Aws::Resiliencehubv2::Types::CreateReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CreateReportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Idempotency token.
-
#report_type ⇒ String
The type of report to generate.
-
#service_arn ⇒ String
ARN identifier.
Instance Attribute Details
#client_token ⇒ String
Idempotency token.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
459 460 461 462 463 464 465 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 459 class CreateReportRequest < Struct.new( :service_arn, :report_type, :client_token) SENSITIVE = [] include Aws::Structure end |
#report_type ⇒ String
The type of report to generate.
459 460 461 462 463 464 465 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 459 class CreateReportRequest < Struct.new( :service_arn, :report_type, :client_token) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
459 460 461 462 463 464 465 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 459 class CreateReportRequest < Struct.new( :service_arn, :report_type, :client_token) SENSITIVE = [] include Aws::Structure end |