Class: Aws::Types::ProcessingInput
- Inherits:
-
Object
- Object
- Aws::Types::ProcessingInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_managed ⇒ Boolean
Returns the value of attribute app_managed.
-
#dataset_definition ⇒ Types::DatasetDefinition
Returns the value of attribute dataset_definition.
-
#input_name ⇒ ::String
Returns the value of attribute input_name.
-
#s3_input ⇒ Types::ProcessingS3Input
Returns the value of attribute s3_input.
Instance Attribute Details
#app_managed ⇒ Boolean
Returns the value of attribute app_managed.
9967 9968 9969 |
# File 'sig/types.rbs', line 9967 def app_managed @app_managed end |
#dataset_definition ⇒ Types::DatasetDefinition
Returns the value of attribute dataset_definition.
9969 9970 9971 |
# File 'sig/types.rbs', line 9969 def dataset_definition @dataset_definition end |
#input_name ⇒ ::String
Returns the value of attribute input_name.
9966 9967 9968 |
# File 'sig/types.rbs', line 9966 def input_name @input_name end |
#s3_input ⇒ Types::ProcessingS3Input
Returns the value of attribute s3_input.
9968 9969 9970 |
# File 'sig/types.rbs', line 9968 def s3_input @s3_input end |