Class: Aws::Types::StartFailureModeAssessmentResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_id::String

Returns the value of attribute assessment_id.

Returns:

  • (::String)


1484
1485
1486
# File 'sig/types.rbs', line 1484

def assessment_id
  @assessment_id
end

#assessment_status"NOT_STARTED", ...

Returns the value of attribute assessment_status.

Returns:

  • ("NOT_STARTED", "PENDING", "IN_PROGRESS", "FAILED", "SUCCESS")


1486
1487
1488
# File 'sig/types.rbs', line 1486

def assessment_status
  @assessment_status
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1485
1486
1487
# File 'sig/types.rbs', line 1485

def service_arn
  @service_arn
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def started_at
  @started_at
end