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.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def arn @arn end |
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def ingestion_id @ingestion_id end |
#ingestion_status ⇒ "INITIALIZED", ...
Returns the value of attribute ingestion_status.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def ingestion_status @ingestion_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2505 2506 2507 |
# File 'sig/types.rbs', line 2505 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def status @status end |