Class: Aws::Types::CreateIngestionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateIngestionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
-
#ingestion_status ⇒ "INITIALIZED", ...
Returns the value of attribute ingestion_status.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def arn @arn end |
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def ingestion_id @ingestion_id end |
#ingestion_status ⇒ "INITIALIZED", ...
Returns the value of attribute ingestion_status.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def ingestion_status @ingestion_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def status @status end |