Class: Aws::Types::JobParameter

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

Defined Under Namespace

Classes: Float, Int, Path, String, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#float::String

Returns the value of attribute float.

Returns:

  • (::String)


1860
1861
1862
# File 'sig/types.rbs', line 1860

def float
  @float
end

#int::String

Returns the value of attribute int.

Returns:

  • (::String)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def int
  @int
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1862
1863
1864
# File 'sig/types.rbs', line 1862

def path
  @path
end

#string::String

Returns the value of attribute string.

Returns:

  • (::String)


1861
1862
1863
# File 'sig/types.rbs', line 1861

def string
  @string
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1863
1864
1865
# File 'sig/types.rbs', line 1863

def unknown
  @unknown
end