class
Amazonite::CloudWatchLogs::GetLogFieldsRequest
- Amazonite::CloudWatchLogs::GetLogFieldsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_log_fields_request.crConstructors
- .new(data_source_name : String, data_source_type : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#data_source_name : String
The name of the data source to retrieve log fields for.
-
#data_source_name=(data_source_name : String)
The name of the data source to retrieve log fields for.
-
#data_source_type : String
The type of the data source to retrieve log fields for.
-
#data_source_type=(data_source_type : String)
The type of the data source to retrieve log fields for.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def data_source_name=(data_source_name : String)
#
The name of the data source to retrieve log fields for.
def data_source_type=(data_source_type : String)
#
The type of the data source to retrieve log fields for.