Class: Aws::Types::CreateSecretResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecretResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#replication_status ⇒ ::Array[Types::ReplicationStatusType]
Returns the value of attribute replication_status.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
60 61 62 |
# File 'sig/types.rbs', line 60 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
61 62 63 |
# File 'sig/types.rbs', line 61 def name @name end |
#replication_status ⇒ ::Array[Types::ReplicationStatusType]
Returns the value of attribute replication_status.
63 64 65 |
# File 'sig/types.rbs', line 63 def replication_status @replication_status end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
62 63 64 |
# File 'sig/types.rbs', line 62 def version_id @version_id end |