Class: Aws::AuditManager::Types::AssessmentReportsDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::AssessmentReportsDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
The location where Audit Manager saves assessment reports for the given assessment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ String
The destination bucket where Audit Manager stores assessment reports.
-
#destination_type ⇒ String
The destination type, such as Amazon S3.
Instance Attribute Details
#destination ⇒ String
The destination bucket where Audit Manager stores assessment reports.
780 781 782 783 784 785 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 780 class AssessmentReportsDestination < Struct.new( :destination_type, :destination) SENSITIVE = [] include Aws::Structure end |
#destination_type ⇒ String
The destination type, such as Amazon S3.
780 781 782 783 784 785 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 780 class AssessmentReportsDestination < Struct.new( :destination_type, :destination) SENSITIVE = [] include Aws::Structure end |