Class: Aws::Types::DescribeIngestionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIngestionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ingestion ⇒ Types::Ingestion
Returns the value of attribute ingestion.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#ingestion ⇒ Types::Ingestion
Returns the value of attribute ingestion.
4821 4822 4823 |
# File 'sig/types.rbs', line 4821 def ingestion @ingestion end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4822 4823 4824 |
# File 'sig/types.rbs', line 4822 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4823 4824 4825 |
# File 'sig/types.rbs', line 4823 def status @status end |