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)


2502
2503
2504
# File 'sig/types.rbs', line 2502

def arn
  @arn
end

#ingestion_id::String

Returns the value of attribute ingestion_id.

Returns:

  • (::String)


2503
2504
2505
# File 'sig/types.rbs', line 2503

def ingestion_id
  @ingestion_id
end

#ingestion_status"INITIALIZED", ...

Returns the value of attribute ingestion_status.

Returns:

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


2504
2505
2506
# File 'sig/types.rbs', line 2504

def ingestion_status
  @ingestion_status
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2505
2506
2507
# File 'sig/types.rbs', line 2505

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2506
2507
2508
# File 'sig/types.rbs', line 2506

def status
  @status
end