Class: Aws::Types::RemoveRegionsFromReplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveRegionsFromReplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#remove_replica_regions ⇒ ::Array[::String]
Returns the value of attribute remove_replica_regions.
-
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
Instance Attribute Details
#remove_replica_regions ⇒ ::Array[::String]
Returns the value of attribute remove_replica_regions.
296 297 298 |
# File 'sig/types.rbs', line 296 def remove_replica_regions @remove_replica_regions end |
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
295 296 297 |
# File 'sig/types.rbs', line 295 def secret_id @secret_id end |