class Amazonite::EventBridge::RemovePermissionRequest

Included Modules

Defined in:

eventbridge/remove_permission_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(statement_id : String | Nil = nil, remove_all_permissions : Bool | Nil = nil, event_bus_name : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def event_bus_name : String | Nil #

The name of the event bus to revoke permissions for. If you omit this, the default event bus is used.


[View source]
def event_bus_name=(event_bus_name : String | Nil) #

The name of the event bus to revoke permissions for. If you omit this, the default event bus is used.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def remove_all_permissions : Bool | Nil #

Specifies whether to remove all permissions.


[View source]
def remove_all_permissions=(remove_all_permissions : Bool | Nil) #

Specifies whether to remove all permissions.


[View source]
def statement_id : String | Nil #

The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.


[View source]
def statement_id=(statement_id : String | Nil) #

The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.


[View source]
def validate! : Nil #

[View source]