Class: Aws::Types::AssessmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#achievabilityTypes::Achievability

Returns the value of attribute achievability.



70
71
72
# File 'sig/types.rbs', line 70

def achievability
  @achievability
end

#assessment_costTypes::AssessmentCost

Returns the value of attribute assessment_cost.



68
69
70
# File 'sig/types.rbs', line 68

def assessment_cost
  @assessment_cost
end

#assessment_id::String

Returns the value of attribute assessment_id.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

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


61
62
63
# File 'sig/types.rbs', line 61

def assessment_status
  @assessment_status
end

#assessment_step"TOPOLOGY_GENERATION", ...

Returns the value of attribute assessment_step.

Returns:

  • ("TOPOLOGY_GENERATION", "INPUT_VALIDATION", "DESIGN_ANALYSIS", "TOPOLOGY_ENHANCEMENT", "SERVICE_FUNCTION_GENERATION", "POLICY_VALIDATION", "RESILIENCE_ASSESSMENT", "FAILURE_MODE_FINDINGS_CONSOLIDATION", "FAILURE_MODE_FINDINGS_ENRICHMENT")


62
63
64
# File 'sig/types.rbs', line 62

def assessment_step
  @assessment_step
end

#billable_assessment_unit_count::Integer

Returns the value of attribute billable_assessment_unit_count.

Returns:

  • (::Integer)


69
70
71
# File 'sig/types.rbs', line 69

def billable_assessment_unit_count
  @billable_assessment_unit_count
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


65
66
67
# File 'sig/types.rbs', line 65

def ended_at
  @ended_at
end

#error_code"INVALID_PERMISSIONS", ...

Returns the value of attribute error_code.

Returns:

  • ("INVALID_PERMISSIONS", "CMK_ACCESS_DENIED", "AGENT_ERROR", "INTERNAL_ERROR", "DESIGN_FILE_ACCESS_DENIED")


67
68
69
# File 'sig/types.rbs', line 67

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def error_message
  @error_message
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def service_arn
  @service_arn
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


64
65
66
# File 'sig/types.rbs', line 64

def started_at
  @started_at
end

#total_findings::Integer

Returns the value of attribute total_findings.

Returns:

  • (::Integer)


63
64
65
# File 'sig/types.rbs', line 63

def total_findings
  @total_findings
end