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.
465 466 467 468 469 470 471 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 465 class CreateReportRequest < Struct.new( :service_arn, :report_type, :client_token) SENSITIVE = [] include Aws::Structure end |
#report_type ⇒ String
The type of report to generate.
465 466 467 468 469 470 471 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 465 class CreateReportRequest < Struct.new( :service_arn, :report_type, :client_token) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
465 466 467 468 469 470 471 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 465 class CreateReportRequest < Struct.new( :service_arn, :report_type, :client_token) SENSITIVE = [] include Aws::Structure end |