Class: Aws::Types::ImportPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_slo ⇒ Types::AvailabilitySlo
Returns the value of attribute availability_slo.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#multi_az_disaster_recovery_approach ⇒ "ACTIVE_ACTIVE", ...
Returns the value of attribute multi_az_disaster_recovery_approach.
-
#multi_region_disaster_recovery_approach ⇒ "ACTIVE_ACTIVE", ...
Returns the value of attribute multi_region_disaster_recovery_approach.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#v1_policy_arn ⇒ ::String
Returns the value of attribute v1_policy_arn.
Instance Attribute Details
#availability_slo ⇒ Types::AvailabilitySlo
Returns the value of attribute availability_slo.
567 568 569 |
# File 'sig/types.rbs', line 567 def availability_slo @availability_slo end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
571 572 573 |
# File 'sig/types.rbs', line 571 def client_token @client_token end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
566 567 568 |
# File 'sig/types.rbs', line 566 def kms_key_id @kms_key_id end |
#multi_az_disaster_recovery_approach ⇒ "ACTIVE_ACTIVE", ...
Returns the value of attribute multi_az_disaster_recovery_approach.
568 569 570 |
# File 'sig/types.rbs', line 568 def multi_az_disaster_recovery_approach @multi_az_disaster_recovery_approach end |
#multi_region_disaster_recovery_approach ⇒ "ACTIVE_ACTIVE", ...
Returns the value of attribute multi_region_disaster_recovery_approach.
569 570 571 |
# File 'sig/types.rbs', line 569 def multi_region_disaster_recovery_approach @multi_region_disaster_recovery_approach end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
570 571 572 |
# File 'sig/types.rbs', line 570 def @tags end |
#v1_policy_arn ⇒ ::String
Returns the value of attribute v1_policy_arn.
565 566 567 |
# File 'sig/types.rbs', line 565 def v1_policy_arn @v1_policy_arn end |