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:

  • (Boolean)


9988
9989
9990
# File 'sig/types.rbs', line 9988

def app_managed
  @app_managed
end

#dataset_definitionTypes::DatasetDefinition

Returns the value of attribute dataset_definition.



9990
9991
9992
# File 'sig/types.rbs', line 9990

def dataset_definition
  @dataset_definition
end

#input_name::String

Returns the value of attribute input_name.

Returns:

  • (::String)


9987
9988
9989
# File 'sig/types.rbs', line 9987

def input_name
  @input_name
end

#s3_inputTypes::ProcessingS3Input

Returns the value of attribute s3_input.



9989
9990
9991
# File 'sig/types.rbs', line 9989

def s3_input
  @s3_input
end