Class: Aws::BackupSearch::Types::StartSearchResultExportJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupSearch::Types::StartSearchResultExportJobOutput
- Defined in:
- gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_job_arn ⇒ String
This is the unique ARN (Amazon Resource Name) that belongs to the new export job.
-
#export_job_identifier ⇒ String
This is the unique identifier that specifies the new export job.
Instance Attribute Details
#export_job_arn ⇒ String
This is the unique ARN (Amazon Resource Name) that belongs to the new export job.
1301 1302 1303 1304 1305 1306 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1301 class StartSearchResultExportJobOutput < Struct.new( :export_job_arn, :export_job_identifier) SENSITIVE = [] include Aws::Structure end |
#export_job_identifier ⇒ String
This is the unique identifier that specifies the new export job.
1301 1302 1303 1304 1305 1306 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1301 class StartSearchResultExportJobOutput < Struct.new( :export_job_arn, :export_job_identifier) SENSITIVE = [] include Aws::Structure end |