Class: Aws::Types::CancelIngestionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelIngestionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def aws_account_id @aws_account_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def data_set_id @data_set_id end |
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def ingestion_id @ingestion_id end |