#include <GreengrassCoreIpcModel.h>
◆ SecretValue() [1/2]
Aws::Greengrass::SecretValue::SecretValue |
( |
| ) |
|
|
inlinenoexcept |
◆ SecretValue() [2/2]
Aws::Greengrass::SecretValue::SecretValue |
( |
const SecretValue & |
objectToCopy | ) |
|
|
inline |
◆ GetModelName()
|
overrideprotectedvirtualnoexcept |
◆ GetSecretBinary()
(Optional) The decrypted part of the protected secret information that you provided to Secrets Manager as binary data in the form of a byte array.
◆ GetSecretString()
The decrypted part of the protected secret information that you provided to Secrets Manager as a string.
◆ operator<()
bool Aws::Greengrass::SecretValue::operator< |
( |
const SecretValue & |
| ) |
const |
|
noexcept |
◆ operator=()
◆ s_allocateFromPayload()
◆ s_customDeleter()
void Aws::Greengrass::SecretValue::s_customDeleter |
( |
SecretValue * |
shape | ) |
|
|
staticnoexcept |
◆ s_loadFromJsonView()
◆ SerializeToJsonObject()
void Aws::Greengrass::SecretValue::SerializeToJsonObject |
( |
Aws::Crt::JsonObject & |
payloadObject | ) |
const |
|
overridevirtualnoexcept |
◆ SetSecretBinary()
void Aws::Greengrass::SecretValue::SetSecretBinary |
( |
const Aws::Crt::Vector< uint8_t > & |
secretBinary | ) |
|
|
inlinenoexcept |
(Optional) The decrypted part of the protected secret information that you provided to Secrets Manager as binary data in the form of a byte array.
◆ SetSecretString()
void Aws::Greengrass::SecretValue::SetSecretString |
( |
const Aws::Crt::String & |
secretString | ) |
|
|
inlinenoexcept |
The decrypted part of the protected secret information that you provided to Secrets Manager as a string.
◆ MODEL_NAME
const char * Aws::Greengrass::SecretValue::MODEL_NAME = "aws.greengrass#SecretValue" |
|
static |
The documentation for this class was generated from the following files: