class
Amazonite::SecretsManager::DeleteResourcePolicyRequest
- Amazonite::SecretsManager::DeleteResourcePolicyRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/delete_resource_policy_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(secret_id : String)
- .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) -
#secret_id : String
The ARN or name of the secret to delete the attached resource-based policy for.
-
#secret_id=(secret_id : String)
The ARN or name of the secret to delete the attached resource-based policy for.
- #validate! : Nil
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?.
def secret_id : String
#
The ARN or name of the secret to delete the attached resource-based policy for.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
def secret_id=(secret_id : String)
#
The ARN or name of the secret to delete the attached resource-based policy for.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.