Class: Aws::Artifact::Types::GetTermForReportResponse

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 term content.

Returns:

  • (String)


246
247
248
249
250
251
# File 'lib/aws-sdk-artifact/types.rb', line 246

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

#term_tokenString

Unique token representing this request event.

Returns:

  • (String)


246
247
248
249
250
251
# File 'lib/aws-sdk-artifact/types.rb', line 246

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