Class: Aws::Types::ProcessingOutput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#app_managedBoolean

Returns the value of attribute app_managed.



10098
10099
10100
# File 'sig/types.rbs', line 10098

def app_managed
  @app_managed
end

#feature_store_outputTypes::ProcessingFeatureStoreOutput

Returns the value of attribute feature_store_output.



10097
10098
10099
# File 'sig/types.rbs', line 10097

def feature_store_output
  @feature_store_output
end

#output_name::String

Returns the value of attribute output_name.



10095
10096
10097
# File 'sig/types.rbs', line 10095

def output_name
  @output_name
end

#s3_outputTypes::ProcessingS3Output

Returns the value of attribute s3_output.



10096
10097
10098
# File 'sig/types.rbs', line 10096

def s3_output
  @s3_output
end