Class: Aws::BackupSearch::Types::StartSearchJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupSearch::Types::StartSearchJobOutput
- Defined in:
- gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The date and time that a job was created, in Unix format and Coordinated Universal Time (UTC).
-
#search_job_arn ⇒ String
The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
-
#search_job_identifier ⇒ String
The unique string that specifies the search job.
Instance Attribute Details
#creation_time ⇒ Time
The date and time that a job was created, in Unix format and
Coordinated Universal Time (UTC). The value of CompletionTime
is
accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1240 class StartSearchJobOutput < Struct.new( :search_job_arn, :creation_time, :search_job_identifier) SENSITIVE = [] include Aws::Structure end |
#search_job_arn ⇒ String
The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1240 class StartSearchJobOutput < Struct.new( :search_job_arn, :creation_time, :search_job_identifier) SENSITIVE = [] include Aws::Structure end |
#search_job_identifier ⇒ String
The unique string that specifies the search job.
1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-backupsearch/lib/aws-sdk-backupsearch/types.rb', line 1240 class StartSearchJobOutput < Struct.new( :search_job_arn, :creation_time, :search_job_identifier) SENSITIVE = [] include Aws::Structure end |