Class: Aws::Types::UpdatePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePolicyRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#multi_az ⇒ Types::MultiAzTargets
Returns the value of attribute multi_az.
-
#multi_region ⇒ Types::MultiRegionTargets
Returns the value of attribute multi_region.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#availability_slo ⇒ Types::AvailabilitySlo
Returns the value of attribute availability_slo.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def availability_slo @availability_slo end |
#data_recovery ⇒ Types::DataRecoveryTargets
Returns the value of attribute data_recovery.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def data_recovery @data_recovery end |
#description ⇒ ::String
Returns the value of attribute description.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def description @description end |
#multi_az ⇒ Types::MultiAzTargets
Returns the value of attribute multi_az.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def multi_az @multi_az end |
#multi_region ⇒ Types::MultiRegionTargets
Returns the value of attribute multi_region.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def multi_region @multi_region end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def policy_arn @policy_arn end |