Class: Aws::Types::ProcessingInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#app_managedBoolean

Returns the value of attribute app_managed.

Returns:



10039
10040
10041
# File 'sig/types.rbs', line 10039

def app_managed
  @app_managed
end

#dataset_definitionTypes::DatasetDefinition

Returns the value of attribute dataset_definition.

Returns:



10041
10042
10043
# File 'sig/types.rbs', line 10041

def dataset_definition
  @dataset_definition
end

#input_name::String

Returns the value of attribute input_name.

Returns:



10038
10039
10040
# File 'sig/types.rbs', line 10038

def input_name
  @input_name
end

#s3_inputTypes::ProcessingS3Input

Returns the value of attribute s3_input.

Returns:



10040
10041
10042
# File 'sig/types.rbs', line 10040

def s3_input
  @s3_input
end