Class: Aws::Amplify::Types::GenerateAccessLogsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GenerateAccessLogsRequest
- 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
-
#app_id ⇒ String
The unique ID for an Amplify app.
-
#domain_name ⇒ String
The name of the domain.
-
#end_time ⇒ Time
The time at which the logs should end.
-
#start_time ⇒ Time
The time at which the logs should start.
Instance Attribute Details
#app_id ⇒ String
The unique ID for an Amplify app.
1551 1552 1553 1554 1555 1556 1557 1558 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1551 class GenerateAccessLogsRequest < Struct.new( :start_time, :end_time, :domain_name, :app_id) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
1551 1552 1553 1554 1555 1556 1557 1558 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1551 class GenerateAccessLogsRequest < Struct.new( :start_time, :end_time, :domain_name, :app_id) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time at which the logs should end. The time range specified is inclusive of the end time.
1551 1552 1553 1554 1555 1556 1557 1558 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1551 class GenerateAccessLogsRequest < Struct.new( :start_time, :end_time, :domain_name, :app_id) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time at which the logs should start. The time range specified is inclusive of the start time.
1551 1552 1553 1554 1555 1556 1557 1558 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1551 class GenerateAccessLogsRequest < Struct.new( :start_time, :end_time, :domain_name, :app_id) SENSITIVE = [] include Aws::Structure end |