Class: Aws::Types::CreateResiliencyPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResiliencyPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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_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
#client_token ⇒ ::String
Returns the value of attribute client_token.
355 356 357 |
# File 'sig/types.rbs', line 355 def client_token @client_token end |
#data_location_constraint ⇒ "AnyLocation", ...
Returns the value of attribute data_location_constraint.
356 357 358 |
# File 'sig/types.rbs', line 356 def data_location_constraint @data_location_constraint end |
#policy ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), Types::FailurePolicy]
Returns the value of attribute policy.
357 358 359 |
# File 'sig/types.rbs', line 357 def policy @policy end |
#policy_description ⇒ ::String
Returns the value of attribute policy_description.
358 359 360 |
# File 'sig/types.rbs', line 358 def policy_description @policy_description end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
359 360 361 |
# File 'sig/types.rbs', line 359 def policy_name @policy_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
360 361 362 |
# File 'sig/types.rbs', line 360 def @tags end |
#tier ⇒ "MissionCritical", ...
Returns the value of attribute tier.
361 362 363 |
# File 'sig/types.rbs', line 361 def tier @tier end |