Class: Aws::Artifact::Types::GetTermForReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::GetTermForReportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-artifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_presigned_url ⇒ String
Presigned S3 url to access the term content.
-
#term_token ⇒ String
Unique token representing this request event.
Instance Attribute Details
#document_presigned_url ⇒ String
Presigned S3 url to access the term content.
171 172 173 174 175 176 |
# File 'lib/aws-sdk-artifact/types.rb', line 171 class GetTermForReportResponse < Struct.new( :document_presigned_url, :term_token) SENSITIVE = [] include Aws::Structure end |
#term_token ⇒ String
Unique token representing this request event.
171 172 173 174 175 176 |
# File 'lib/aws-sdk-artifact/types.rb', line 171 class GetTermForReportResponse < Struct.new( :document_presigned_url, :term_token) SENSITIVE = [] include Aws::Structure end |