Class: Aws::Types::ProcessingOutput
- Inherits:
-
Object
- Object
- Aws::Types::ProcessingOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_managed ⇒ Boolean
Returns the value of attribute app_managed.
-
#feature_store_output ⇒ Types::ProcessingFeatureStoreOutput
Returns the value of attribute feature_store_output.
-
#output_name ⇒ ::String
Returns the value of attribute output_name.
-
#s3_output ⇒ Types::ProcessingS3Output
Returns the value of attribute s3_output.
Instance Attribute Details
#app_managed ⇒ Boolean
Returns the value of attribute app_managed.
10020 10021 10022 |
# File 'sig/types.rbs', line 10020 def app_managed @app_managed end |
#feature_store_output ⇒ Types::ProcessingFeatureStoreOutput
Returns the value of attribute feature_store_output.
10019 10020 10021 |
# File 'sig/types.rbs', line 10019 def feature_store_output @feature_store_output end |
#output_name ⇒ ::String
Returns the value of attribute output_name.
10017 10018 10019 |
# File 'sig/types.rbs', line 10017 def output_name @output_name end |
#s3_output ⇒ Types::ProcessingS3Output
Returns the value of attribute s3_output.
10018 10019 10020 |
# File 'sig/types.rbs', line 10018 def s3_output @s3_output end |