Class: Aws::Types::CancelRotateSecretResponse
- Inherits:
-
Object
- Object
- Aws::Types::CancelRotateSecretResponse
- 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.
39 40 41 |
# File 'sig/types.rbs', line 39 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
40 41 42 |
# File 'sig/types.rbs', line 40 def name @name end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
41 42 43 |
# File 'sig/types.rbs', line 41 def version_id @version_id end |