class
Amazonite::SecretsManager::ExternalSecretRotationMetadataItem
Overview
The metadata needed to successfully rotate a managed external secret. A list of key value pairs in JSON format specified by the partner. For more information, see Managed external secret partners.
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/external_secret_rotation_metadata_item.crConstructors
- .new(pull : JSON::PullParser)
- .new(key : String | Nil = nil, value : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : String | Nil
The key that identifies the item.
-
#key=(key : String | Nil)
The key that identifies the item.
- #validate! : Nil
-
#value : String | Nil
The value of the specified item.
-
#value=(value : String | Nil)
The value of the specified item.
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.