Class: Aws::Types::RotateSecretResponse
- Inherits:
-
Object
- Object
- Aws::Types::RotateSecretResponse
- 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.
367 368 369 |
# File 'sig/types.rbs', line 367 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
368 369 370 |
# File 'sig/types.rbs', line 368 def name @name end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def version_id @version_id end |