Class: Aws::BackupSearch::Types::StopSearchJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupSearch::Types::StopSearchJobInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backupsearch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#search_job_identifier ⇒ String
The unique string that specifies the search job.
Instance Attribute Details
#search_job_identifier ⇒ String
The unique string that specifies the search job.
1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-backupsearch/types.rb', line 1314 class StopSearchJobInput < Struct.new( :search_job_identifier) SENSITIVE = [] include Aws::Structure end |