Class: Aws::Types::ReplicateKeyResponse
- Inherits:
-
Object
- Object
- Aws::Types::ReplicateKeyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#replica_key_metadata ⇒ Types::KeyMetadata
Returns the value of attribute replica_key_metadata.
-
#replica_policy ⇒ ::String
Returns the value of attribute replica_policy.
-
#replica_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute replica_tags.
Instance Attribute Details
#replica_key_metadata ⇒ Types::KeyMetadata
Returns the value of attribute replica_key_metadata.
843 844 845 |
# File 'sig/types.rbs', line 843 def @replica_key_metadata end |
#replica_policy ⇒ ::String
Returns the value of attribute replica_policy.
844 845 846 |
# File 'sig/types.rbs', line 844 def replica_policy @replica_policy end |
#replica_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute replica_tags.
845 846 847 |
# File 'sig/types.rbs', line 845 def @replica_tags end |