Class: Aws::Types::AssessmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#achievability ⇒ Types::Achievability
Returns the value of attribute achievability.
-
#assessment_cost ⇒ Types::AssessmentCost
Returns the value of attribute assessment_cost.
-
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
-
#assessment_status ⇒ "NOT_STARTED", ...
Returns the value of attribute assessment_status.
-
#assessment_step ⇒ "TOPOLOGY_GENERATION", ...
Returns the value of attribute assessment_step.
-
#billable_assessment_unit_count ⇒ ::Integer
Returns the value of attribute billable_assessment_unit_count.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#error_code ⇒ "INVALID_PERMISSIONS", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#total_findings ⇒ ::Integer
Returns the value of attribute total_findings.
Instance Attribute Details
#achievability ⇒ Types::Achievability
Returns the value of attribute achievability.
77 78 79 |
# File 'sig/types.rbs', line 77 def achievability @achievability end |
#assessment_cost ⇒ Types::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.
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.
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.
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.
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.
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.
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.
73 74 75 |
# File 'sig/types.rbs', line 73 def end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
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.
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.
70 71 72 |
# File 'sig/types.rbs', line 70 def total_findings @total_findings end |