class Aws::Amplify::Types::GenerateAccessLogsRequest

The request structure for the generate access logs request.

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

data as a hash:

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

@!attribute [rw] start_time

The time at which the logs should start. The time range specified is
inclusive of the start time.
@return [Time]

@!attribute [rw] end_time

The time at which the logs should end. The time range specified is
inclusive of the end time.
@return [Time]

@!attribute [rw] domain_name

The name of the domain.
@return [String]

@!attribute [rw] app_id

The unique ID for an Amplify app.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GenerateAccessLogsRequest AWS API Documentation

Constants

SENSITIVE