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.
253 254 255 |
# File 'sig/types.rbs', line 253 def data_access_role_arn @data_access_role_arn end |
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
251 252 253 |
# File 'sig/types.rbs', line 251 def datastore_id @datastore_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
250 251 252 |
# File 'sig/types.rbs', line 250 def end_time @end_time end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
246 247 248 |
# File 'sig/types.rbs', line 246 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
247 248 249 |
# File 'sig/types.rbs', line 247 def job_name @job_name end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
248 249 250 |
# File 'sig/types.rbs', line 248 def job_status @job_status end |
#message ⇒ ::String
Returns the value of attribute message.
254 255 256 |
# File 'sig/types.rbs', line 254 def @message end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
252 253 254 |
# File 'sig/types.rbs', line 252 def output_data_config @output_data_config end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
249 250 251 |
# File 'sig/types.rbs', line 249 def submit_time @submit_time end |