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.
70 71 72 |
# File 'sig/types.rbs', line 70 def achievability @achievability end |
#assessment_cost ⇒ Types::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.
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.
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.
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.
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.
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.
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.
66 67 68 |
# File 'sig/types.rbs', line 66 def @error_message end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
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.
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.
63 64 65 |
# File 'sig/types.rbs', line 63 def total_findings @total_findings end |