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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-artifact/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 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 138

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