You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchLogs::Types::GetLogGroupFieldsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetLogGroupFieldsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_nameString

The name of the log group to search.

Returns:

  • (String)

    The name of the log group to search.

#timeInteger

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

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

Returns:

  • (Integer)

    The time to set as the center of the query.