Class: Aws::Types::GetSecretValueResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSecretValueResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#secret_binary ⇒ ::String
Returns the value of attribute secret_binary.
-
#secret_string ⇒ ::String
Returns the value of attribute secret_string.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
-
#version_stages ⇒ ::Array[::String]
Returns the value of attribute version_stages.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
181 182 183 |
# File 'sig/types.rbs', line 181 def arn @arn end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
187 188 189 |
# File 'sig/types.rbs', line 187 def created_date @created_date end |
#name ⇒ ::String
Returns the value of attribute name.
182 183 184 |
# File 'sig/types.rbs', line 182 def name @name end |
#secret_binary ⇒ ::String
Returns the value of attribute secret_binary.
184 185 186 |
# File 'sig/types.rbs', line 184 def secret_binary @secret_binary end |
#secret_string ⇒ ::String
Returns the value of attribute secret_string.
185 186 187 |
# File 'sig/types.rbs', line 185 def secret_string @secret_string end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
183 184 185 |
# File 'sig/types.rbs', line 183 def version_id @version_id end |
#version_stages ⇒ ::Array[::String]
Returns the value of attribute version_stages.
186 187 188 |
# File 'sig/types.rbs', line 186 def version_stages @version_stages end |