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)


1434
1435
1436
# File 'sig/types.rbs', line 1434

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")


1436
1437
1438
# File 'sig/types.rbs', line 1436

def assessment_status
  @assessment_status
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def service_arn
  @service_arn
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1437
1438
1439
# File 'sig/types.rbs', line 1437

def started_at
  @started_at
end