Class: Aws::Types::StartDataIngestionJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



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.

Returns:



940
941
942
# File 'sig/types.rbs', line 940

def dataset_name
  @dataset_name
end

#ingestion_input_configurationTypes::IngestionInputConfiguration

Returns the value of attribute ingestion_input_configuration.

Returns:



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.

Returns:



942
943
944
# File 'sig/types.rbs', line 942

def role_arn
  @role_arn
end