Class: Aws::Types::AppSummary
- Inherits:
-
Object
- Object
- Aws::Types::AppSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#assessment_schedule ⇒ "Disabled", "Daily"
Returns the value of attribute assessment_schedule.
-
#aws_application_arn ⇒ ::String
Returns the value of attribute aws_application_arn.
-
#compliance_status ⇒ "PolicyBreached", ...
Returns the value of attribute compliance_status.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#drift_status ⇒ "NotChecked", ...
Returns the value of attribute drift_status.
-
#last_app_compliance_evaluation_time ⇒ ::Time
Returns the value of attribute last_app_compliance_evaluation_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resiliency_score ⇒ ::Float
Returns the value of attribute resiliency_score.
-
#rpo_in_secs ⇒ ::Integer
Returns the value of attribute rpo_in_secs.
-
#rto_in_secs ⇒ ::Integer
Returns the value of attribute rto_in_secs.
-
#status ⇒ "Active", "Deleting"
Returns the value of attribute status.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
159 160 161 |
# File 'sig/types.rbs', line 159 def app_arn @app_arn end |
#assessment_schedule ⇒ "Disabled", "Daily"
Returns the value of attribute assessment_schedule.
160 161 162 |
# File 'sig/types.rbs', line 160 def assessment_schedule @assessment_schedule end |
#aws_application_arn ⇒ ::String
Returns the value of attribute aws_application_arn.
161 162 163 |
# File 'sig/types.rbs', line 161 def aws_application_arn @aws_application_arn end |
#compliance_status ⇒ "PolicyBreached", ...
Returns the value of attribute compliance_status.
162 163 164 |
# File 'sig/types.rbs', line 162 def compliance_status @compliance_status end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
163 164 165 |
# File 'sig/types.rbs', line 163 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
164 165 166 |
# File 'sig/types.rbs', line 164 def description @description end |
#drift_status ⇒ "NotChecked", ...
Returns the value of attribute drift_status.
165 166 167 |
# File 'sig/types.rbs', line 165 def drift_status @drift_status end |
#last_app_compliance_evaluation_time ⇒ ::Time
Returns the value of attribute last_app_compliance_evaluation_time.
166 167 168 |
# File 'sig/types.rbs', line 166 def last_app_compliance_evaluation_time @last_app_compliance_evaluation_time end |
#name ⇒ ::String
Returns the value of attribute name.
167 168 169 |
# File 'sig/types.rbs', line 167 def name @name end |
#resiliency_score ⇒ ::Float
Returns the value of attribute resiliency_score.
168 169 170 |
# File 'sig/types.rbs', line 168 def resiliency_score @resiliency_score end |
#rpo_in_secs ⇒ ::Integer
Returns the value of attribute rpo_in_secs.
169 170 171 |
# File 'sig/types.rbs', line 169 def rpo_in_secs @rpo_in_secs end |
#rto_in_secs ⇒ ::Integer
Returns the value of attribute rto_in_secs.
170 171 172 |
# File 'sig/types.rbs', line 170 def rto_in_secs @rto_in_secs end |
#status ⇒ "Active", "Deleting"
Returns the value of attribute status.
171 172 173 |
# File 'sig/types.rbs', line 171 def status @status end |