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.
588 589 590 |
# File 'sig/types.rbs', line 588 def availability_slo @availability_slo end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
592 593 594 |
# File 'sig/types.rbs', line 592 def client_token @client_token end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
587 588 589 |
# File 'sig/types.rbs', line 587 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.
589 590 591 |
# File 'sig/types.rbs', line 589 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.
590 591 592 |
# File 'sig/types.rbs', line 590 def multi_region_disaster_recovery_approach @multi_region_disaster_recovery_approach end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
591 592 593 |
# File 'sig/types.rbs', line 591 def @tags end |
#v1_policy_arn ⇒ ::String
Returns the value of attribute v1_policy_arn.
586 587 588 |
# File 'sig/types.rbs', line 586 def v1_policy_arn @v1_policy_arn end |