Class: Aws::Resiliencehubv2::Types::PolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::PolicySummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Contains summary information about a resilience policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_service_count ⇒ Integer
The number of services associated with this policy.
-
#availability_slo ⇒ Types::AvailabilitySlo
The availability SLO defined in the policy.
-
#created_at ⇒ Time
The timestamp when the policy was created.
-
#data_recovery ⇒ Types::DataRecoveryTargets
The data recovery targets defined in the policy.
-
#multi_az ⇒ Types::MultiAzTargets
The multi-AZ disaster recovery targets defined in the policy.
-
#multi_region ⇒ Types::MultiRegionTargets
The multi-Region disaster recovery targets defined in the policy.
-
#name ⇒ String
Resource name (used in ARN — no spaces allowed).
-
#policy_arn ⇒ String
ARN identifier.
-
#updated_at ⇒ Time
The timestamp when the policy was last updated.
Instance Attribute Details
#associated_service_count ⇒ Integer
The number of services associated with this policy.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2712 class PolicySummary < Struct.new( :policy_arn, :name, :availability_slo, :multi_az, :multi_region, :data_recovery, :associated_service_count, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#availability_slo ⇒ Types::AvailabilitySlo
The availability SLO defined in the policy.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2712 class PolicySummary < Struct.new( :policy_arn, :name, :availability_slo, :multi_az, :multi_region, :data_recovery, :associated_service_count, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the policy was created.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2712 class PolicySummary < Struct.new( :policy_arn, :name, :availability_slo, :multi_az, :multi_region, :data_recovery, :associated_service_count, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#data_recovery ⇒ Types::DataRecoveryTargets
The data recovery targets defined in the policy.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2712 class PolicySummary < Struct.new( :policy_arn, :name, :availability_slo, :multi_az, :multi_region, :data_recovery, :associated_service_count, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#multi_az ⇒ Types::MultiAzTargets
The multi-AZ disaster recovery targets defined in the policy.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2712 class PolicySummary < Struct.new( :policy_arn, :name, :availability_slo, :multi_az, :multi_region, :data_recovery, :associated_service_count, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#multi_region ⇒ Types::MultiRegionTargets
The multi-Region disaster recovery targets defined in the policy.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2712 class PolicySummary < Struct.new( :policy_arn, :name, :availability_slo, :multi_az, :multi_region, :data_recovery, :associated_service_count, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Resource name (used in ARN — no spaces allowed).
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2712 class PolicySummary < Struct.new( :policy_arn, :name, :availability_slo, :multi_az, :multi_region, :data_recovery, :associated_service_count, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
ARN identifier.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2712 class PolicySummary < Struct.new( :policy_arn, :name, :availability_slo, :multi_az, :multi_region, :data_recovery, :associated_service_count, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the policy was last updated.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2712 class PolicySummary < Struct.new( :policy_arn, :name, :availability_slo, :multi_az, :multi_region, :data_recovery, :associated_service_count, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |