Class: Aws::BackupSearch::Types::GetSearchJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupSearch::Types::GetSearchJobInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backupsearch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#search_job_identifier ⇒ String
Required unique string that specifies the search job.
Instance Attribute Details
#search_job_identifier ⇒ String
Required unique string that specifies the search job.
300 301 302 303 304 |
# File 'lib/aws-sdk-backupsearch/types.rb', line 300 class GetSearchJobInput < Struct.new( :search_job_identifier) SENSITIVE = [] include Aws::Structure end |