Class: Aws::Types::Ingestion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


7054
7055
7056
# File 'sig/types.rbs', line 7054

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


7060
7061
7062
# File 'sig/types.rbs', line 7060

def created_time
  @created_time
end

#error_infoTypes::ErrorInfo

Returns the value of attribute error_info.

Returns:



7057
7058
7059
# File 'sig/types.rbs', line 7057

def error_info
  @error_info
end

#ingestion_id::String

Returns the value of attribute ingestion_id.

Returns:

  • (::String)


7055
7056
7057
# File 'sig/types.rbs', line 7055

def ingestion_id
  @ingestion_id
end

#ingestion_size_in_bytes::Integer

Returns the value of attribute ingestion_size_in_bytes.

Returns:

  • (::Integer)


7062
7063
7064
# File 'sig/types.rbs', line 7062

def ingestion_size_in_bytes
  @ingestion_size_in_bytes
end

#ingestion_status"INITIALIZED", ...

Returns the value of attribute ingestion_status.

Returns:

  • ("INITIALIZED", "QUEUED", "RUNNING", "FAILED", "COMPLETED", "CANCELLED")


7056
7057
7058
# File 'sig/types.rbs', line 7056

def ingestion_status
  @ingestion_status
end

#ingestion_time_in_seconds::Integer

Returns the value of attribute ingestion_time_in_seconds.

Returns:

  • (::Integer)


7061
7062
7063
# File 'sig/types.rbs', line 7061

def ingestion_time_in_seconds
  @ingestion_time_in_seconds
end

#queue_infoTypes::QueueInfo

Returns the value of attribute queue_info.

Returns:



7059
7060
7061
# File 'sig/types.rbs', line 7059

def queue_info
  @queue_info
end

#request_source"MANUAL", "SCHEDULED"

Returns the value of attribute request_source.

Returns:

  • ("MANUAL", "SCHEDULED")


7063
7064
7065
# File 'sig/types.rbs', line 7063

def request_source
  @request_source
end

#request_type"INITIAL_INGESTION", ...

Returns the value of attribute request_type.

Returns:

  • ("INITIAL_INGESTION", "EDIT", "INCREMENTAL_REFRESH", "FULL_REFRESH")


7064
7065
7066
# File 'sig/types.rbs', line 7064

def request_type
  @request_type
end

#row_infoTypes::RowInfo

Returns the value of attribute row_info.

Returns:



7058
7059
7060
# File 'sig/types.rbs', line 7058

def row_info
  @row_info
end