Class: Aws::Types::UpdateSecretResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecretResponse
- 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.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
464 465 466 |
# File 'sig/types.rbs', line 464 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
465 466 467 |
# File 'sig/types.rbs', line 465 def name @name end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
466 467 468 |
# File 'sig/types.rbs', line 466 def version_id @version_id end |