Class: Aws::Types::CancelIngestionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CancelIngestionResponse
- 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.
-
#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.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def arn @arn end |
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def ingestion_id @ingestion_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def status @status end |