Class: Aws::ResilienceHub::Types::AppSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::AppSummary
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Defines an application summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the 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
The timestamp for when the app was created.
-
#description ⇒ String
The optional description for an app.
-
#name ⇒ String
The name of the application.
-
#resiliency_score ⇒ Float
The current resiliency score for the application.
-
#status ⇒ String
The status of the application.
Instance Attribute Details
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the 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 AWS General Reference.
526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 526 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :name, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end |
#assessment_schedule ⇒ String
Assessment execution schedule with 'Daily' or 'Disabled' values.
526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 526 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :name, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end |
#compliance_status ⇒ String
The current status of compliance for the resiliency policy.
526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 526 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :name, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The timestamp for when the app was created.
526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 526 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :name, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The optional description for an app.
526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 526 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :name, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the application.
526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 526 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :name, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end |
#resiliency_score ⇒ Float
The current resiliency score for the application.
526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 526 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :name, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the application.
526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 526 class AppSummary < Struct.new( :app_arn, :assessment_schedule, :compliance_status, :creation_time, :description, :name, :resiliency_score, :status) SENSITIVE = [] include Aws::Structure end |