Class: Aws::Amplify::Types::GenerateAccessLogsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GenerateAccessLogsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The result structure for the generate access logs request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_url ⇒ String
The pre-signed URL for the requested access logs.
Instance Attribute Details
#log_url ⇒ String
The pre-signed URL for the requested access logs.
1579 1580 1581 1582 1583 |
# File 'lib/aws-sdk-amplify/types.rb', line 1579 class GenerateAccessLogsResult < Struct.new( :log_url) SENSITIVE = [] include Aws::Structure end |