Class: Aws::Types::DataIngestionJobSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def dataset_arn
  @dataset_arn
end

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def dataset_name
  @dataset_name
end

#ingestion_input_configurationTypes::IngestionInputConfiguration

Returns the value of attribute ingestion_input_configuration.



148
149
150
# File 'sig/types.rbs', line 148

def ingestion_input_configuration
  @ingestion_input_configuration
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def job_id
  @job_id
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "SUCCESS", "FAILED", "IMPORT_IN_PROGRESS")


149
150
151
# File 'sig/types.rbs', line 149

def status
  @status
end