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.
5043 5044 5045 |
# File 'sig/types.rbs', line 5043 def ingestion @ingestion end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5044 5045 5046 |
# File 'sig/types.rbs', line 5044 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5045 5046 5047 |
# File 'sig/types.rbs', line 5045 def status @status end |