class
Amazonite::SecretsManager::GetSecretValueResponse
- Amazonite::SecretsManager::GetSecretValueResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/get_secret_value_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(arn : String | Nil = nil, name : String | Nil = nil, version_id : String | Nil = nil, secret_binary : Bytes | Nil = nil, secret_string : String | Nil = nil, version_stages : Array(String) | Nil = nil, created_date : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The ARN of the secret.
-
#arn=(arn : String | Nil)
The ARN of the secret.
-
#created_date : Time | Nil
The date and time that this version of the secret was created.
-
#created_date=(created_date : Time | Nil)
The date and time that this version of the secret was created.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The friendly name of the secret.
-
#name=(name : String | Nil)
The friendly name of the secret.
-
#secret_binary : Bytes | Nil
The decrypted secret value, if the secret value was originally provided as binary data in the form of a byte array.
-
#secret_binary=(secret_binary : Bytes | Nil)
The decrypted secret value, if the secret value was originally provided as binary data in the form of a byte array.
-
#secret_string : String | Nil
The decrypted secret value, if the secret value was originally provided as a string or through the Secrets Manager console.
-
#secret_string=(secret_string : String | Nil)
The decrypted secret value, if the secret value was originally provided as a string or through the Secrets Manager console.
- #validate! : Nil
-
#version_id : String | Nil
The unique identifier of this version of the secret.
-
#version_id=(version_id : String | Nil)
The unique identifier of this version of the secret.
-
#version_stages : Array(String) | Nil
A list of all of the staging labels currently attached to this version of the secret.
-
#version_stages=(version_stages : Array(String) | Nil)
A list of all of the staging labels currently attached to this version of the secret.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The date and time that this version of the secret was created. If you don't specify which
version in VersionId or VersionStage, then Secrets Manager uses the AWSCURRENT version.
The date and time that this version of the secret was created. If you don't specify which
version in VersionId or VersionStage, then Secrets Manager uses the AWSCURRENT version.
The decrypted secret value, if the secret value was originally provided as binary data in the
form of a byte array. When you retrieve a SecretBinary using the HTTP API, the Python SDK, or
the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not encoded.
If the secret was created by using the Secrets Manager console, or if the secret value was
originally provided as a string, then this field is omitted. The secret value appears in
SecretString instead.
Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.
The decrypted secret value, if the secret value was originally provided as binary data in the
form of a byte array. When you retrieve a SecretBinary using the HTTP API, the Python SDK, or
the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not encoded.
If the secret was created by using the Secrets Manager console, or if the secret value was
originally provided as a string, then this field is omitted. The secret value appears in
SecretString instead.
Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.
The decrypted secret value, if the secret value was originally provided as a string or through the Secrets Manager console.
If this secret was created by using the console, then Secrets Manager stores the information as a JSON structure of key/value pairs.
Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.
The decrypted secret value, if the secret value was originally provided as a string or through the Secrets Manager console.
If this secret was created by using the console, then Secrets Manager stores the information as a JSON structure of key/value pairs.
Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.
A list of all of the staging labels currently attached to this version of the secret.
A list of all of the staging labels currently attached to this version of the secret.