Class: Aws::ResilienceHub::Types::DeleteAppAssessmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_arnString

Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:‘partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`. For more information about ARNs, see [ Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference* guide.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1753

class DeleteAppAssessmentRequest < Struct.new(
  :assessment_arn,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

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.

Returns:

  • (String)


1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1753

class DeleteAppAssessmentRequest < Struct.new(
  :assessment_arn,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end