Class: Aws::Types::TestRunPolicySnapshot
- Inherits:
-
Object
- Object
- Aws::Types::TestRunPolicySnapshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_slo ⇒ Types::AvailabilitySlo
Returns the value of attribute availability_slo.
-
#data_recovery ⇒ Types::DataRecoveryTargets
Returns the value of attribute data_recovery.
-
#multi_az ⇒ Types::MultiAzTargets
Returns the value of attribute multi_az.
-
#multi_region ⇒ Types::MultiRegionTargets
Returns the value of attribute multi_region.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#availability_slo ⇒ Types::AvailabilitySlo
Returns the value of attribute availability_slo.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def availability_slo @availability_slo end |
#data_recovery ⇒ Types::DataRecoveryTargets
Returns the value of attribute data_recovery.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def data_recovery @data_recovery end |
#multi_az ⇒ Types::MultiAzTargets
Returns the value of attribute multi_az.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def multi_az @multi_az end |
#multi_region ⇒ Types::MultiRegionTargets
Returns the value of attribute multi_region.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def multi_region @multi_region end |
#name ⇒ ::String
Returns the value of attribute name.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def policy_arn @policy_arn end |