Class: Aws::Types::DescribeIngestionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ingestionTypes::Ingestion

Returns the value of attribute ingestion.

Returns:



5043
5044
5045
# File 'sig/types.rbs', line 5043

def ingestion
  @ingestion
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5044
5045
5046
# File 'sig/types.rbs', line 5044

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5045
5046
5047
# File 'sig/types.rbs', line 5045

def status
  @status
end