Class: Aws::ResilienceHub::Types::AppSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::AppSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Defines an application summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
Amazon Resource Name (ARN) of the Resilience Hub application.
-
#assessment_schedule ⇒ String
Assessment execution schedule with ‘Daily’ or ‘Disabled’ values.
-
#compliance_status ⇒ String
The current status of compliance for the resiliency policy.
-
#creation_time ⇒ Time
Date and time when the app was created.
-
#description ⇒ String
The optional description for an app.
-
#drift_status ⇒ String
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
-
#last_app_compliance_evaluation_time ⇒ Time
Date and time of the most recent compliance evaluation.
-
#name ⇒ String
The name of the application.
-
#resiliency_score ⇒ Float
The current resiliency score for the application.
-
#rpo_in_secs ⇒ Integer
Recovery Point Objective (RPO) in seconds.
-
#rto_in_secs ⇒ Integer
Recovery Time Objective (RTO) in seconds.
-
#status ⇒ String
Status of the application.
Instance Attribute Details
#app_arn ⇒ String
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:‘partition`:resiliencehub:`region`:`account`:app/`app-id`. For more information about ARNs, see [ Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference* guide.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 756 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :drift_status, :last_app_compliance_evaluation_time, :name, :resiliency_score, :rpo_in_secs, :rto_in_secs, :status) SENSITIVE = [] include Aws::Structure end |
#assessment_schedule ⇒ String
Assessment execution schedule with ‘Daily’ or ‘Disabled’ values.
756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 756 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :drift_status, :last_app_compliance_evaluation_time, :name, :resiliency_score, :rpo_in_secs, :rto_in_secs, :status) SENSITIVE = [] include Aws::Structure end |
#compliance_status ⇒ String
The current status of compliance for the resiliency policy.
756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 756 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :drift_status, :last_app_compliance_evaluation_time, :name, :resiliency_score, :rpo_in_secs, :rto_in_secs, :status) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
Date and time when the app was created.
756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 756 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :drift_status, :last_app_compliance_evaluation_time, :name, :resiliency_score, :rpo_in_secs, :rto_in_secs, :status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The optional description for an app.
756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 756 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :drift_status, :last_app_compliance_evaluation_time, :name, :resiliency_score, :rpo_in_secs, :rto_in_secs, :status) SENSITIVE = [] include Aws::Structure end |
#drift_status ⇒ String
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 756 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :drift_status, :last_app_compliance_evaluation_time, :name, :resiliency_score, :rpo_in_secs, :rto_in_secs, :status) SENSITIVE = [] include Aws::Structure end |
#last_app_compliance_evaluation_time ⇒ Time
Date and time of the most recent compliance evaluation.
756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 756 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :drift_status, :last_app_compliance_evaluation_time, :name, :resiliency_score, :rpo_in_secs, :rto_in_secs, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the application.
756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 756 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :drift_status, :last_app_compliance_evaluation_time, :name, :resiliency_score, :rpo_in_secs, :rto_in_secs, :status) SENSITIVE = [] include Aws::Structure end |
#resiliency_score ⇒ Float
The current resiliency score for the application.
756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 756 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :drift_status, :last_app_compliance_evaluation_time, :name, :resiliency_score, :rpo_in_secs, :rto_in_secs, :status) SENSITIVE = [] include Aws::Structure end |
#rpo_in_secs ⇒ Integer
Recovery Point Objective (RPO) in seconds.
756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 756 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :drift_status, :last_app_compliance_evaluation_time, :name, :resiliency_score, :rpo_in_secs, :rto_in_secs, :status) SENSITIVE = [] include Aws::Structure end |
#rto_in_secs ⇒ Integer
Recovery Time Objective (RTO) in seconds.
756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 756 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :drift_status, :last_app_compliance_evaluation_time, :name, :resiliency_score, :rpo_in_secs, :rto_in_secs, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the application.
756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 756 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :drift_status, :last_app_compliance_evaluation_time, :name, :resiliency_score, :rpo_in_secs, :rto_in_secs, :status) SENSITIVE = [] include Aws::Structure end |