Class: Aws::Types::CustomCode

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#class_name::String

Returns the value of attribute class_name.

Returns:

  • (::String)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def class_name
  @class_name
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


1913
1914
1915
# File 'sig/types.rbs', line 1913

def code
  @code
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


1912
1913
1914
# File 'sig/types.rbs', line 1912

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:



1915
1916
1917
# File 'sig/types.rbs', line 1915

def output_schemas
  @output_schemas
end