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)


4002
4003
4004
4005
4006
4007
4008
4009
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4002

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)


4002
4003
4004
4005
4006
4007
4008
4009
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4002

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

#service_arnString

ARN identifier.

Returns:

  • (String)


4002
4003
4004
4005
4006
4007
4008
4009
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4002

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)


4002
4003
4004
4005
4006
4007
4008
4009
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4002

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