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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb

Overview

The request structure for the generate access logs request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID for an Amplify app.

Returns:

  • (String)


1473
1474
1475
1476
1477
1478
1479
1480
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1473

class GenerateAccessLogsRequest < Struct.new(
  :start_time,
  :end_time,
  :domain_name,
  :app_id)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The name of the domain.

Returns:

  • (String)


1473
1474
1475
1476
1477
1478
1479
1480
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1473

class GenerateAccessLogsRequest < Struct.new(
  :start_time,
  :end_time,
  :domain_name,
  :app_id)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

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

Returns:

  • (Time)


1473
1474
1475
1476
1477
1478
1479
1480
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1473

class GenerateAccessLogsRequest < Struct.new(
  :start_time,
  :end_time,
  :domain_name,
  :app_id)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

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

Returns:

  • (Time)


1473
1474
1475
1476
1477
1478
1479
1480
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1473

class GenerateAccessLogsRequest < Struct.new(
  :start_time,
  :end_time,
  :domain_name,
  :app_id)
  SENSITIVE = []
  include Aws::Structure
end