Class: Aws::Types::GetSecretValueRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSecretValueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
-
#version_stage ⇒ ::String
Returns the value of attribute version_stage.
Instance Attribute Details
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
174 175 176 |
# File 'sig/types.rbs', line 174 def secret_id @secret_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
175 176 177 |
# File 'sig/types.rbs', line 175 def version_id @version_id end |
#version_stage ⇒ ::String
Returns the value of attribute version_stage.
176 177 178 |
# File 'sig/types.rbs', line 176 def version_stage @version_stage end |