Class: Aws::AuditManager::Types::GetAssessmentReportUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetAssessmentReportUrlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pre_signed_url ⇒ Types::URL
Short for uniform resource locator.
Instance Attribute Details
#pre_signed_url ⇒ Types::URL
Short for uniform resource locator. A URL is used as a unique identifier to locate a resource on the internet.
2592 2593 2594 2595 2596 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2592 class GetAssessmentReportUrlResponse < Struct.new( :pre_signed_url) SENSITIVE = [] include Aws::Structure end |