Class: Aws::ResilienceHub::Types::StartAppAssessmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::StartAppAssessmentRequest
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the application.
-
#app_version ⇒ String
The version of the application.
-
#assessment_name ⇒ String
The name for the assessment.
-
#client_token ⇒ String
Used for an idempotency token.
-
#tags ⇒ Hash<String,String>
The tags assigned to the resource.
Instance Attribute Details
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the application. The format for
this ARN is:
arn:partition
:resiliencehub:region
:account
:app/app-id
.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.
3272 3273 3274 3275 3276 3277 3278 3279 3280 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3272 class StartAppAssessmentRequest < Struct.new( :app_arn, :app_version, :assessment_name, :client_token, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#app_version ⇒ String
The version of the application.
3272 3273 3274 3275 3276 3277 3278 3279 3280 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3272 class StartAppAssessmentRequest < Struct.new( :app_arn, :app_version, :assessment_name, :client_token, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#assessment_name ⇒ String
The name for the assessment.
3272 3273 3274 3275 3276 3277 3278 3279 3280 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3272 class StartAppAssessmentRequest < Struct.new( :app_arn, :app_version, :assessment_name, :client_token, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#client_token ⇒ String
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
A suitable default value is auto-generated. You should normally not need to pass this option.
3272 3273 3274 3275 3276 3277 3278 3279 3280 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3272 class StartAppAssessmentRequest < Struct.new( :app_arn, :app_version, :assessment_name, :client_token, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.
3272 3273 3274 3275 3276 3277 3278 3279 3280 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3272 class StartAppAssessmentRequest < Struct.new( :app_arn, :app_version, :assessment_name, :client_token, :tags) SENSITIVE = [:tags] include Aws::Structure end |