Class: Aws::AuditManager::Types::DefaultExportDestination

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

Overview

The default s3 bucket where Audit Manager saves the files that you export from evidence finder.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The destination bucket where Audit Manager stores exported files.

Returns:

  • (String)


1878
1879
1880
1881
1882
1883
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1878

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

#destination_typeString

The destination type, such as Amazon S3.

Returns:

  • (String)


1878
1879
1880
1881
1882
1883
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1878

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