A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Lightsail/Types/GetContainerLogRequest.html below:

GetContainerLogRequest — AWS SDK for Ruby V2

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

Class: Aws::Lightsail::Types::GetContainerLogRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

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

{
  service_name: "ContainerServiceName",   container_name: "string",   start_time: Time.now,
  end_time: Time.now,
  filter_pattern: "string",
  page_token: "string",
}
Instance Attribute Summary collapse Instance Attribute Details #container_name ⇒ String

The name of the container that is either running or previously ran on the container service for which to return a log.

#end_time ⇒ Time

The end of the time interval for which to get log data.

Constraints:

You can convert a human-friendly time to Unix time format using a converter like Epoch converter.

#filter_pattern ⇒ String

The pattern to use to filter the returned log events to a specific term.

The following are a few examples of filter patterns that you can specify:

#page_token ⇒ String

The token to advance to the next page of results from your request.

To get a page token, perform an initial GetContainerLog request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

#service_name ⇒ String

The name of the container service for which to get a container log.

#start_time ⇒ Time

The start of the time interval for which to get log data.

Constraints:

You can convert a human-friendly time to Unix time format using a converter like Epoch converter.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4