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

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

Returns:

  • (String)


171
172
173
174
175
176
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 171

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

#term_tokenString

Unique token representing this request event.

Returns:

  • (String)


171
172
173
174
175
176
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 171

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