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.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def arn @arn end |
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def ingestion_id @ingestion_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def status @status end |