class
Amazonite::EventBridge::ConnectionQueryStringParameter
- Amazonite::EventBridge::ConnectionQueryStringParameter
- Reference
- Object
Overview
Any additional query string parameter for the connection. You can include up to 100 additional query string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/connection_query_string_parameter.crConstructors
- .new(pull : JSON::PullParser)
- .new(key : String | Nil = nil, value : String | Nil = nil, is_value_secret : Bool | 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) -
#is_value_secret : Bool | Nil
Specifies whether the value is secret.
-
#is_value_secret=(is_value_secret : Bool | Nil)
Specifies whether the value is secret.
-
#key : String | Nil
The key for a query string parameter.
-
#key=(key : String | Nil)
The key for a query string parameter.
- #validate! : Nil
-
#value : String | Nil
The value associated with the key for the query string parameter.
-
#value=(value : String | Nil)
The value associated with the key for the query string parameter.
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?.
def value=(value : String | Nil)
#
The value associated with the key for the query string parameter.