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)


1910
1911
1912
# File 'sig/types.rbs', line 1910

def class_name
  @class_name
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


1909
1910
1911
# File 'sig/types.rbs', line 1909

def code
  @code
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


1908
1909
1910
# File 'sig/types.rbs', line 1908

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:



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

def output_schemas
  @output_schemas
end