class
Amazonite::Lambda::AddPermissionResponse
- Amazonite::Lambda::AddPermissionResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/add_permission_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(statement : 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) -
#statement : String | Nil
The permission statement that's added to the function policy.
-
#statement=(statement : String | Nil)
The permission statement that's added to the function policy.
- #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 statement=(statement : String | Nil)
#
The permission statement that's added to the function policy.