Class: Aws::Artifact::Types::ExportComplianceInquiryResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-artifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:document_presigned_url]

Instance Attribute Summary collapse

Instance Attribute Details

#document_presigned_urlString

Presigned S3 URL to access the exported compliance inquiry report.

Returns:

  • (String)


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

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

#tagsHash<String,String>

Tags associated with the compliance inquiry resource.

Returns:

  • (Hash<String,String>)


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

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