Class: Aws::Types::CreateIngestionResponse

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)


2386
2387
2388
# File 'sig/types.rbs', line 2386

def arn
  @arn
end

#ingestion_id::String

Returns the value of attribute ingestion_id.

Returns:

  • (::String)


2387
2388
2389
# File 'sig/types.rbs', line 2387

def ingestion_id
  @ingestion_id
end

#ingestion_status"INITIALIZED", ...

Returns the value of attribute ingestion_status.

Returns:

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


2388
2389
2390
# File 'sig/types.rbs', line 2388

def ingestion_status
  @ingestion_status
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2389
2390
2391
# File 'sig/types.rbs', line 2389

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2390
2391
2392
# File 'sig/types.rbs', line 2390

def status
  @status
end