Class: Aws::Resiliencehubv2::Types::ServiceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceSummary
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Contains summary information about a service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Displayed only if caller has access.
-
#achievability ⇒ Types::Achievability
The achievability status of the service's resilience targets.
-
#assessment_status ⇒ String
The current assessment status of the service.
-
#associated_systems ⇒ Array<Types::AssociatedSystem>
The systems associated with the service.
-
#created_at ⇒ Time
The timestamp when the service was created.
-
#dependency_discovery ⇒ Types::DependencyDiscoveryConfig
The dependency discovery configuration.
-
#name ⇒ String
Resource name (used in ARN — no spaces allowed).
-
#open_findings_count ⇒ Integer
The number of open findings.
-
#organization_id ⇒ String
Displayed only if caller has access.
-
#ou_id ⇒ String
Displayed only if caller has access.
-
#policy_arn ⇒ String
ARN identifier.
-
#regions ⇒ Array<String>
The AWS Regions where the service operates.
-
#resolved_findings_count ⇒ Integer
The number of resolved findings.
-
#service_arn ⇒ String
ARN identifier.
-
#updated_at ⇒ Time
The timestamp when the service was last updated.
Instance Attribute Details
#account_id ⇒ String
Displayed only if caller has access.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#achievability ⇒ Types::Achievability
The achievability status of the service's resilience targets.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#assessment_status ⇒ String
The current assessment status of the service.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#associated_systems ⇒ Array<Types::AssociatedSystem>
The systems associated with the service.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the service was created.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#dependency_discovery ⇒ Types::DependencyDiscoveryConfig
The dependency discovery configuration.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Resource name (used in ARN — no spaces allowed).
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#open_findings_count ⇒ Integer
The number of open findings.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
Displayed only if caller has access.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#ou_id ⇒ String
Displayed only if caller has access.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
ARN identifier.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
The AWS Regions where the service operates.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#resolved_findings_count ⇒ Integer
The number of resolved findings.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the service was last updated.
3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3758 class ServiceSummary < Struct.new( :service_arn, :name, :associated_systems, :regions, :policy_arn, :assessment_status, :open_findings_count, :resolved_findings_count, :dependency_discovery, :achievability, :organization_id, :ou_id, :account_id, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |