class
Amazonite::CloudWatchLogs::GetLogFieldsResponse
- Amazonite::CloudWatchLogs::GetLogFieldsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_log_fields_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_fields : Array(LogFieldsListItem) | Nil
The list of log fields for the specified data source, including field names and their data types.
-
#log_fields=(log_fields : Array(LogFieldsListItem) | Nil)
The list of log fields for the specified data source, including field names and their data types.
- #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 log_fields : Array(LogFieldsListItem) | Nil
#
The list of log fields for the specified data source, including field names and their data types.
def log_fields=(log_fields : Array(LogFieldsListItem) | Nil)
#
The list of log fields for the specified data source, including field names and their data types.