Class: Aws::Resiliencehubv2::Types::ServiceSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

Displayed only if caller has access.

Returns:

  • (String)


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

#achievabilityTypes::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_statusString

The current assessment status of the service.

Returns:

  • (String)


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_systemsArray<Types::AssociatedSystem>

The systems associated with the service.

Returns:



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_atTime

The timestamp when the service was created.

Returns:

  • (Time)


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_discoveryTypes::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

#nameString

Resource name (used in ARN — no spaces allowed).

Returns:

  • (String)


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_countInteger

The number of open findings.

Returns:

  • (Integer)


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_idString

Displayed only if caller has access.

Returns:

  • (String)


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_idString

Displayed only if caller has access.

Returns:

  • (String)


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_arnString

ARN identifier.

Returns:

  • (String)


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

#regionsArray<String>

The AWS Regions where the service operates.

Returns:

  • (Array<String>)


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_countInteger

The number of resolved findings.

Returns:

  • (Integer)


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_arnString

ARN identifier.

Returns:

  • (String)


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_atTime

The timestamp when the service was last updated.

Returns:

  • (Time)


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