Class: Aws::Types::CreateIngestionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIngestionRequest
- 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.
-
#ingestion_type ⇒ "INCREMENTAL_REFRESH", "FULL_REFRESH"
Returns the value of attribute ingestion_type.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def aws_account_id @aws_account_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def data_set_id @data_set_id end |
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def ingestion_id @ingestion_id end |
#ingestion_type ⇒ "INCREMENTAL_REFRESH", "FULL_REFRESH"
Returns the value of attribute ingestion_type.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def ingestion_type @ingestion_type end |