Class: Aws::Resiliencehubv2::Types::StartFailureModeAssessmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_idString

The unique identifier of the started assessment.

Returns:

  • (String)


3927
3928
3929
3930
3931
3932
3933
3934
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3927

class StartFailureModeAssessmentResponse < Struct.new(
  :assessment_id,
  :service_arn,
  :assessment_status,
  :started_at)
  SENSITIVE = []
  include Aws::Structure
end

#assessment_statusString

The status of the started assessment.

Returns:

  • (String)


3927
3928
3929
3930
3931
3932
3933
3934
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3927

class StartFailureModeAssessmentResponse < Struct.new(
  :assessment_id,
  :service_arn,
  :assessment_status,
  :started_at)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

ARN identifier.

Returns:

  • (String)


3927
3928
3929
3930
3931
3932
3933
3934
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3927

class StartFailureModeAssessmentResponse < Struct.new(
  :assessment_id,
  :service_arn,
  :assessment_status,
  :started_at)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The timestamp when the assessment started.

Returns:

  • (Time)


3927
3928
3929
3930
3931
3932
3933
3934
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3927

class StartFailureModeAssessmentResponse < Struct.new(
  :assessment_id,
  :service_arn,
  :assessment_status,
  :started_at)
  SENSITIVE = []
  include Aws::Structure
end