Class: Aws::Types::AppAssessmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::AppAssessmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
-
#assessment_arn ⇒ ::String
Returns the value of attribute assessment_arn.
-
#assessment_name ⇒ ::String
Returns the value of attribute assessment_name.
-
#assessment_status ⇒ "Pending", ...
Returns the value of attribute assessment_status.
-
#compliance_status ⇒ "PolicyBreached", ...
Returns the value of attribute compliance_status.
-
#cost ⇒ Types::Cost
Returns the value of attribute cost.
-
#drift_status ⇒ "NotChecked", ...
Returns the value of attribute drift_status.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#invoker ⇒ "User", "System"
Returns the value of attribute invoker.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resiliency_score ⇒ ::Float
Returns the value of attribute resiliency_score.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
113 114 115 |
# File 'sig/types.rbs', line 113 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
114 115 116 |
# File 'sig/types.rbs', line 114 def app_version @app_version end |
#assessment_arn ⇒ ::String
Returns the value of attribute assessment_arn.
115 116 117 |
# File 'sig/types.rbs', line 115 def assessment_arn @assessment_arn end |
#assessment_name ⇒ ::String
Returns the value of attribute assessment_name.
116 117 118 |
# File 'sig/types.rbs', line 116 def assessment_name @assessment_name end |
#assessment_status ⇒ "Pending", ...
Returns the value of attribute assessment_status.
117 118 119 |
# File 'sig/types.rbs', line 117 def assessment_status @assessment_status end |
#compliance_status ⇒ "PolicyBreached", ...
Returns the value of attribute compliance_status.
118 119 120 |
# File 'sig/types.rbs', line 118 def compliance_status @compliance_status end |
#cost ⇒ Types::Cost
Returns the value of attribute cost.
119 120 121 |
# File 'sig/types.rbs', line 119 def cost @cost end |
#drift_status ⇒ "NotChecked", ...
Returns the value of attribute drift_status.
120 121 122 |
# File 'sig/types.rbs', line 120 def drift_status @drift_status end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
121 122 123 |
# File 'sig/types.rbs', line 121 def end_time @end_time end |
#invoker ⇒ "User", "System"
Returns the value of attribute invoker.
122 123 124 |
# File 'sig/types.rbs', line 122 def invoker @invoker end |
#message ⇒ ::String
Returns the value of attribute message.
123 124 125 |
# File 'sig/types.rbs', line 123 def @message end |
#resiliency_score ⇒ ::Float
Returns the value of attribute resiliency_score.
124 125 126 |
# File 'sig/types.rbs', line 124 def resiliency_score @resiliency_score end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
125 126 127 |
# File 'sig/types.rbs', line 125 def start_time @start_time end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def version_name @version_name end |