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.
2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2641 class GetAssessmentReportUrlResponse < Struct.new( :pre_signed_url) SENSITIVE = [] include Aws::Structure end |