class Amazonite::EventBridge::PutRuleResponse

Included Modules

Defined in:

eventbridge/put_rule_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(rule_arn : 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def rule_arn : String | Nil #

The Amazon Resource Name (ARN) of the rule.


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

The Amazon Resource Name (ARN) of the rule.


[View source]
def validate! : Nil #

[View source]