Class: Aws::Artifact::Types::GetReportResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-artifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_presigned_urlString

Presigned S3 url to access the report content.

Returns:

  • (String)


138
139
140
141
142
# File 'lib/aws-sdk-artifact/types.rb', line 138

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