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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pre_signed_urlTypes::URL

A uniform resource locator, used as a unique identifier to locate a resource on the internet.

Returns:



2353
2354
2355
2356
2357
# File 'lib/aws-sdk-auditmanager/types.rb', line 2353

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