Class: Aws::Types::ReplicateKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReplicateKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bypass_policy_lockout_safety_check ⇒ Boolean
Returns the value of attribute bypass_policy_lockout_safety_check.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#bypass_policy_lockout_safety_check ⇒ Boolean
Returns the value of attribute bypass_policy_lockout_safety_check.
836 837 838 |
# File 'sig/types.rbs', line 836 def bypass_policy_lockout_safety_check @bypass_policy_lockout_safety_check end |
#description ⇒ ::String
Returns the value of attribute description.
837 838 839 |
# File 'sig/types.rbs', line 837 def description @description end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
833 834 835 |
# File 'sig/types.rbs', line 833 def key_id @key_id end |
#policy ⇒ ::String
Returns the value of attribute policy.
835 836 837 |
# File 'sig/types.rbs', line 835 def policy @policy end |
#replica_region ⇒ ::String
Returns the value of attribute replica_region.
834 835 836 |
# File 'sig/types.rbs', line 834 def replica_region @replica_region end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
838 839 840 |
# File 'sig/types.rbs', line 838 def @tags end |