Class: Aws::Artifact::Types::GetReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::GetReportResponse
- 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 report content.
Instance Attribute Details
#document_presigned_url ⇒ String
Presigned S3 url to access the report content.
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 |