class
Amazonite::EventBridge::ConnectionHeaderParameter
- Amazonite::EventBridge::ConnectionHeaderParameter
- Reference
- Object
Overview
Additional parameter included in the header. You can include up to 100 additional header parameters per request. An event payload cannot exceed 64 KB.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/connection_header_parameter.crConstructors
- .new(pull : JSON::PullParser)
- .new(key : String | Nil = nil, value : String | Nil = nil, is_value_secret : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#is_value_secret : Bool | Nil
Specifies whether the value is a secret.
-
#is_value_secret=(is_value_secret : Bool | Nil)
Specifies whether the value is a secret.
-
#key : String | Nil
The key for the parameter.
-
#key=(key : String | Nil)
The key for the parameter.
- #validate! : Nil
-
#value : String | Nil
The value associated with the key.
-
#value=(value : String | Nil)
The value associated with the key.
Constructor Detail
def self.new(key : String | Nil = nil, value : String | Nil = nil, is_value_secret : Bool | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.