Class: Aws::AuditManager::Types::DefaultExportDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::DefaultExportDestination
- Includes:
- Structure
- Defined in:
- 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
-
#destination ⇒ String
The destination bucket where Audit Manager stores exported files.
-
#destination_type ⇒ String
The destination type, such as Amazon S3.
Instance Attribute Details
#destination ⇒ String
The destination bucket where Audit Manager stores exported files.
1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1878 class DefaultExportDestination < Struct.new( :destination_type, :destination) SENSITIVE = [] include Aws::Structure end |
#destination_type ⇒ String
The destination type, such as Amazon S3.
1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1878 class DefaultExportDestination < Struct.new( :destination_type, :destination) SENSITIVE = [] include Aws::Structure end |