Class: Aws::Types::StartDataIngestionJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDataIngestionJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Returns the value of attribute ingestion_input_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
943 944 945 |
# File 'sig/types.rbs', line 943 def client_token @client_token end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
940 941 942 |
# File 'sig/types.rbs', line 940 def dataset_name @dataset_name end |
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Returns the value of attribute ingestion_input_configuration.
941 942 943 |
# File 'sig/types.rbs', line 941 def ingestion_input_configuration @ingestion_input_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
942 943 944 |
# File 'sig/types.rbs', line 942 def role_arn @role_arn end |