Class: Aws::BackupSearch::Types::GetSearchResultExportJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupSearch::Types::GetSearchResultExportJobInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backupsearch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_job_identifier ⇒ String
This is the unique string that identifies a specific export job.
Instance Attribute Details
#export_job_identifier ⇒ String
This is the unique string that identifies a specific export job.
Required for this operation.
405 406 407 408 409 |
# File 'lib/aws-sdk-backupsearch/types.rb', line 405 class GetSearchResultExportJobInput < Struct.new( :export_job_identifier) SENSITIVE = [] include Aws::Structure end |