Class: Aws::Types::CustomCode
- Inherits:
-
Object
- Object
- Aws::Types::CustomCode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#class_name ⇒ ::String
Returns the value of attribute class_name.
-
#code ⇒ ::String
Returns the value of attribute code.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
Instance Attribute Details
#class_name ⇒ ::String
Returns the value of attribute class_name.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def class_name @class_name end |
#code ⇒ ::String
Returns the value of attribute code.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def code @code end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def output_schemas @output_schemas end |