Class: Aws::Types::ResiliencyPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ResiliencyPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_location_constraint ⇒ "AnyLocation", ...
Returns the value of attribute data_location_constraint.
-
#estimated_cost_tier ⇒ "L1", ...
Returns the value of attribute estimated_cost_tier.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tier ⇒ "MissionCritical", ...
Returns the value of attribute tier.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def creation_time @creation_time end |
#data_location_constraint ⇒ "AnyLocation", ...
Returns the value of attribute data_location_constraint.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def data_location_constraint @data_location_constraint end |
#estimated_cost_tier ⇒ "L1", ...
Returns the value of attribute estimated_cost_tier.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def estimated_cost_tier @estimated_cost_tier end |
#policy ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), Types::FailurePolicy]
Returns the value of attribute policy.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def policy @policy end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def policy_arn @policy_arn end |
#policy_description ⇒ ::String
Returns the value of attribute policy_description.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def policy_description @policy_description end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def policy_name @policy_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def end |
#tier ⇒ "MissionCritical", ...
Returns the value of attribute tier.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def tier @tier end |