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

Class: Aws::Amplify::Types::GenerateAccessLogsRequest

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

Overview

Note:

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

{
  start_time: Time.now,
  end_time: Time.now,
  domain_name: "DomainName", # required
  app_id: "AppId", # required
}

The request structure for the generate access logs request.

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID for an Amplify app.

Returns:

  • (String)

    The unique ID for an Amplify app.

#domain_nameString

The name of the domain.

Returns:

  • (String)

    The name of the domain.

#end_timeTime

The time at which the logs should end. The time range specified is inclusive of the end time.

Returns:

  • (Time)

    The time at which the logs should end.

#start_timeTime

The time at which the logs should start. The time range specified is inclusive of the start time.

Returns:

  • (Time)

    The time at which the logs should start.