class AmazonS3::LambdaFunctionConfigurationStruct

Included Modules

Defined in:

clients/s3.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module AWSSdk::RestXML::Structure

process(request : HTTP::Request) process, serialize(xml : XML::Builder) serialize

Constructor Detail

def self.new(lambda_function_arn : String, events : Array(String), id : String = nil, filter : NotificationConfigurationFilterStruct = nil) #

[View source]

Class Method Detail

def self.deserialize(xml : XML::Node) #

[View source]
def self.from_response(request : HTTP::Client::Response) #

[View source]

Instance Method Detail

def events : Array(String) #

[View source]
def events=(events : Array(String)) #

[View source]

[View source]
def filter=(filter : NotificationConfigurationFilterStruct | Nil) #

[View source]
def id : String | Nil #

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

[View source]
def lambda_function_arn : String #

[View source]
def lambda_function_arn=(lambda_function_arn : String) #

[View source]