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.



77
78
79
# File 'sig/types.rbs', line 77

def achievability
  @achievability
end

#assessment_costTypes::AssessmentCost

Returns the value of attribute assessment_cost.



75
76
77
# File 'sig/types.rbs', line 75

def assessment_cost
  @assessment_cost
end

#assessment_id::String

Returns the value of attribute assessment_id.

Returns:

  • (::String)


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

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


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

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


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

def assessment_step
  @assessment_step
end

#billable_assessment_unit_count::Integer

Returns the value of attribute billable_assessment_unit_count.

Returns:

  • (::Integer)


76
77
78
# File 'sig/types.rbs', line 76

def billable_assessment_unit_count
  @billable_assessment_unit_count
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


72
73
74
# File 'sig/types.rbs', line 72

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


74
75
76
# File 'sig/types.rbs', line 74

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def error_message
  @error_message
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


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

def service_arn
  @service_arn
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


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

def started_at
  @started_at
end

#total_findings::Integer

Returns the value of attribute total_findings.

Returns:

  • (::Integer)


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

def total_findings
  @total_findings
end