Class: Aws::Types::UpdateResiliencyPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResiliencyPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_location_constraint ⇒ "AnyLocation", ...
Returns the value of attribute data_location_constraint.
-
#policy ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), Types::FailurePolicy]
Returns the value of attribute policy.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_description ⇒ ::String
Returns the value of attribute policy_description.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#tier ⇒ "MissionCritical", ...
Returns the value of attribute tier.
Instance Attribute Details
#data_location_constraint ⇒ "AnyLocation", ...
Returns the value of attribute data_location_constraint.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def data_location_constraint @data_location_constraint end |
#policy ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), Types::FailurePolicy]
Returns the value of attribute policy.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def policy @policy end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def policy_arn @policy_arn end |
#policy_description ⇒ ::String
Returns the value of attribute policy_description.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def policy_description @policy_description end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def policy_name @policy_name end |
#tier ⇒ "MissionCritical", ...
Returns the value of attribute tier.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def tier @tier end |