Class: Aws::Amplify::Types::GenerateAccessLogsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GenerateAccessLogsResult
- Defined in:
- gems/aws-sdk-amplify/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.
1568 1569 1570 1571 1572 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1568 class GenerateAccessLogsResult < Struct.new( :log_url) SENSITIVE = [] include Aws::Structure end |