class Aws::CloudWatchLogs::Types::GetLogGroupFieldsRequest

@note When making an API call, you may pass GetLogGroupFieldsRequest

data as a hash:

    {
      log_group_name: "LogGroupName", # required
      time: 1,
    }

@!attribute [rw] log_group_name

The name of the log group to search.
@return [String]

@!attribute [rw] time

The time to set as the center of the query. If you specify `time`,
the 15 minutes before this time are queries. If you omit `time` the
8 minutes before and 8 minutes after this time are searched.

The `time` value is specified as epoch time, the number of seconds
since January 1, 1970, 00:00:00 UTC.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetLogGroupFieldsRequest AWS API Documentation

Constants

SENSITIVE