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.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def class_name @class_name end |
#code ⇒ ::String
Returns the value of attribute code.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def code @code end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def output_schemas @output_schemas end |