Class: Aws::AuditManager::Types::AssessmentReportsDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/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

Instance Attribute Details

#destinationString

The destination bucket where Audit Manager stores assessment reports.

Returns:

  • (String)


780
781
782
783
784
785
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 780

class AssessmentReportsDestination < Struct.new(
  :destination_type,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end

#destination_typeString

The destination type, such as Amazon S3.

Returns:

  • (String)


780
781
782
783
784
785
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 780

class AssessmentReportsDestination < Struct.new(
  :destination_type,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end