Class: Aws::AuditManager::Types::GetAssessmentReportUrlResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pre_signed_urlTypes::URL

Short for uniform resource locator. A URL is used as a unique identifier to locate a resource on the internet.

Returns:



2592
2593
2594
2595
2596
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2592

class GetAssessmentReportUrlResponse < Struct.new(
  :pre_signed_url)
  SENSITIVE = []
  include Aws::Structure
end