Class: Aws::Types::ReplicateSecretToRegionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ReplicateSecretToRegionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#replication_status ⇒ ::Array[Types::ReplicationStatusType]
Returns the value of attribute replication_status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
320 321 322 |
# File 'sig/types.rbs', line 320 def arn @arn end |
#replication_status ⇒ ::Array[Types::ReplicationStatusType]
Returns the value of attribute replication_status.
321 322 323 |
# File 'sig/types.rbs', line 321 def replication_status @replication_status end |