Class: Aws::Types::ReplicateSecretToRegionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReplicateSecretToRegionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_replica_regions ⇒ ::Array[Types::ReplicaRegionType]
Returns the value of attribute add_replica_regions.
-
#force_overwrite_replica_secret ⇒ Boolean
Returns the value of attribute force_overwrite_replica_secret.
-
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
Instance Attribute Details
#add_replica_regions ⇒ ::Array[Types::ReplicaRegionType]
Returns the value of attribute add_replica_regions.
314 315 316 |
# File 'sig/types.rbs', line 314 def add_replica_regions @add_replica_regions end |
#force_overwrite_replica_secret ⇒ Boolean
Returns the value of attribute force_overwrite_replica_secret.
315 316 317 |
# File 'sig/types.rbs', line 315 def force_overwrite_replica_secret @force_overwrite_replica_secret end |
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
313 314 315 |
# File 'sig/types.rbs', line 313 def secret_id @secret_id end |