class
Amazonite::SecretsManager::DeleteResourcePolicyResponse
- Amazonite::SecretsManager::DeleteResourcePolicyResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/delete_resource_policy_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(arn : String | Nil = nil, name : 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. -
#arn : String | Nil
The ARN of the secret that the resource-based policy was deleted for.
-
#arn=(arn : String | Nil)
The ARN of the secret that the resource-based policy was deleted for.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the secret that the resource-based policy was deleted for.
-
#name=(name : String | Nil)
The name of the secret that the resource-based policy was deleted 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 arn=(arn : String | Nil)
#
The ARN of the secret that the resource-based policy was deleted for.
def name=(name : String | Nil)
#
The name of the secret that the resource-based policy was deleted for.