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:



4821
4822
4823
# File 'sig/types.rbs', line 4821

def ingestion
  @ingestion
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4822
4823
4824
# File 'sig/types.rbs', line 4822

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4823
4824
4825
# File 'sig/types.rbs', line 4823

def status
  @status
end