Class: Aws::Honeycode::Types::DescribeTableDataImportJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::DescribeTableDataImportJobResult
- Defined in:
- gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_metadata ⇒ Types::TableDataImportJobMetadata
The metadata about the job that was submitted for import.
-
#job_status ⇒ String
The current status of the import job.
-
#message ⇒ String
A message providing more details about the current status of the import job.
Instance Attribute Details
#job_metadata ⇒ Types::TableDataImportJobMetadata
The metadata about the job that was submitted for import.
708 709 710 711 712 713 714 |
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 708 class DescribeTableDataImportJobResult < Struct.new( :job_status, :message, :job_metadata) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The current status of the import job.
708 709 710 711 712 713 714 |
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 708 class DescribeTableDataImportJobResult < Struct.new( :job_status, :message, :job_metadata) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message providing more details about the current status of the import job.
708 709 710 711 712 713 714 |
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 708 class DescribeTableDataImportJobResult < Struct.new( :job_status, :message, :job_metadata) SENSITIVE = [] include Aws::Structure end |