Class: Aws::Artifact::Types::ExportComplianceInquiryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::ExportComplianceInquiryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-artifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:document_presigned_url]
Instance Attribute Summary collapse
-
#document_presigned_url ⇒ String
Presigned S3 URL to access the exported compliance inquiry report.
-
#tags ⇒ Hash<String,String>
Tags associated with the compliance inquiry resource.
Instance Attribute Details
#document_presigned_url ⇒ String
Presigned S3 URL to access the exported compliance inquiry report.
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 |
#tags ⇒ Hash<String,String>
Tags associated with the compliance inquiry resource.
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 |