Class: Aws::Types::ExportJobProperties
- Inherits:
-
Object
- Object
- Aws::Types::ExportJobProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
277 278 279 |
# File 'sig/types.rbs', line 277 def data_access_role_arn @data_access_role_arn end |
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
275 276 277 |
# File 'sig/types.rbs', line 275 def datastore_id @datastore_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
274 275 276 |
# File 'sig/types.rbs', line 274 def end_time @end_time end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
270 271 272 |
# File 'sig/types.rbs', line 270 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
271 272 273 |
# File 'sig/types.rbs', line 271 def job_name @job_name end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
272 273 274 |
# File 'sig/types.rbs', line 272 def job_status @job_status end |
#message ⇒ ::String
Returns the value of attribute message.
278 279 280 |
# File 'sig/types.rbs', line 278 def @message end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
276 277 278 |
# File 'sig/types.rbs', line 276 def output_data_config @output_data_config end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
273 274 275 |
# File 'sig/types.rbs', line 273 def submit_time @submit_time end |