Class: Aws::Resiliencehubv2::Types::ServiceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceSummary
- Includes:
- Structure
- Defined in:
- 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 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.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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).
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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 Regions where the service operates.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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.
4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4639 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 |