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)


6788
6789
6790
# File 'sig/types.rbs', line 6788

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


6794
6795
6796
# File 'sig/types.rbs', line 6794

def created_time
  @created_time
end

#error_infoTypes::ErrorInfo

Returns the value of attribute error_info.

Returns:



6791
6792
6793
# File 'sig/types.rbs', line 6791

def error_info
  @error_info
end

#ingestion_id::String

Returns the value of attribute ingestion_id.

Returns:

  • (::String)


6789
6790
6791
# File 'sig/types.rbs', line 6789

def ingestion_id
  @ingestion_id
end

#ingestion_size_in_bytes::Integer

Returns the value of attribute ingestion_size_in_bytes.

Returns:

  • (::Integer)


6796
6797
6798
# File 'sig/types.rbs', line 6796

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")


6790
6791
6792
# File 'sig/types.rbs', line 6790

def ingestion_status
  @ingestion_status
end

#ingestion_time_in_seconds::Integer

Returns the value of attribute ingestion_time_in_seconds.

Returns:

  • (::Integer)


6795
6796
6797
# File 'sig/types.rbs', line 6795

def ingestion_time_in_seconds
  @ingestion_time_in_seconds
end

#queue_infoTypes::QueueInfo

Returns the value of attribute queue_info.

Returns:



6793
6794
6795
# File 'sig/types.rbs', line 6793

def queue_info
  @queue_info
end

#request_source"MANUAL", "SCHEDULED"

Returns the value of attribute request_source.

Returns:

  • ("MANUAL", "SCHEDULED")


6797
6798
6799
# File 'sig/types.rbs', line 6797

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")


6798
6799
6800
# File 'sig/types.rbs', line 6798

def request_type
  @request_type
end

#row_infoTypes::RowInfo

Returns the value of attribute row_info.

Returns:



6792
6793
6794
# File 'sig/types.rbs', line 6792

def row_info
  @row_info
end