Class: Aws::ResilienceHub::Types::StartAppAssessmentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#app_arnString

Amazon Resource Name (ARN) of the Resilience Hub 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 Amazon Web Services General Reference guide.

Returns:

  • (String)


5357
5358
5359
5360
5361
5362
5363
5364
5365
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5357

class StartAppAssessmentRequest < Struct.new(
  :app_arn,
  :app_version,
  :assessment_name,
  :client_token,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#app_versionString

The version of the application.

Returns:

  • (String)


5357
5358
5359
5360
5361
5362
5363
5364
5365
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5357

class StartAppAssessmentRequest < Struct.new(
  :app_arn,
  :app_version,
  :assessment_name,
  :client_token,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#assessment_nameString

The name for the assessment.

Returns:

  • (String)


5357
5358
5359
5360
5361
5362
5363
5364
5365
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5357

class StartAppAssessmentRequest < Struct.new(
  :app_arn,
  :app_version,
  :assessment_name,
  :client_token,
  :tags)
  SENSITIVE = [:tags]
  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)


5357
5358
5359
5360
5361
5362
5363
5364
5365
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5357

class StartAppAssessmentRequest < Struct.new(
  :app_arn,
  :app_version,
  :assessment_name,
  :client_token,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

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.

Returns:

  • (Hash<String,String>)


5357
5358
5359
5360
5361
5362
5363
5364
5365
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5357

class StartAppAssessmentRequest < Struct.new(
  :app_arn,
  :app_version,
  :assessment_name,
  :client_token,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end