Class: Aws::Types::SecretValueEntry
- Inherits:
-
Object
- Object
- Aws::Types::SecretValueEntry
- 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.
405 406 407 |
# File 'sig/types.rbs', line 405 def arn @arn end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
411 412 413 |
# File 'sig/types.rbs', line 411 def created_date @created_date end |
#name ⇒ ::String
Returns the value of attribute name.
406 407 408 |
# File 'sig/types.rbs', line 406 def name @name end |
#secret_binary ⇒ ::String
Returns the value of attribute secret_binary.
408 409 410 |
# File 'sig/types.rbs', line 408 def secret_binary @secret_binary end |
#secret_string ⇒ ::String
Returns the value of attribute secret_string.
409 410 411 |
# File 'sig/types.rbs', line 409 def secret_string @secret_string end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
407 408 409 |
# File 'sig/types.rbs', line 407 def version_id @version_id end |
#version_stages ⇒ ::Array[::String]
Returns the value of attribute version_stages.
410 411 412 |
# File 'sig/types.rbs', line 410 def version_stages @version_stages end |