Class: Aws::Amplify::Types::GenerateAccessLogsResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#log_urlString

The pre-signed URL for the requested access logs.

Returns:

  • (String)


1490
1491
1492
1493
1494
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1490

class GenerateAccessLogsResult < Struct.new(
  :log_url)
  SENSITIVE = []
  include Aws::Structure
end