Class: Aws::Types::RemoveKeyReplicationRegionsInput
- Inherits:
-
Object
- Object
- Aws::Types::RemoveKeyReplicationRegionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
-
#replication_regions ⇒ ::Array[::String]
Returns the value of attribute replication_regions.
Instance Attribute Details
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
585 586 587 |
# File 'sig/types.rbs', line 585 def key_identifier @key_identifier end |
#replication_regions ⇒ ::Array[::String]
Returns the value of attribute replication_regions.
586 587 588 |
# File 'sig/types.rbs', line 586 def replication_regions @replication_regions end |