Class: Aws::Types::TaskParameterValue

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

Defined Under Namespace

Classes: ChunkInt, Float, Int, Path, String, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#chunk_int::String

Returns the value of attribute chunk_int.

Returns:

  • (::String)


3053
3054
3055
# File 'sig/types.rbs', line 3053

def chunk_int
  @chunk_int
end

#float::String

Returns the value of attribute float.

Returns:

  • (::String)


3050
3051
3052
# File 'sig/types.rbs', line 3050

def float
  @float
end

#int::String

Returns the value of attribute int.

Returns:

  • (::String)


3049
3050
3051
# File 'sig/types.rbs', line 3049

def int
  @int
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


3052
3053
3054
# File 'sig/types.rbs', line 3052

def path
  @path
end

#string::String

Returns the value of attribute string.

Returns:

  • (::String)


3051
3052
3053
# File 'sig/types.rbs', line 3051

def string
  @string
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3054
3055
3056
# File 'sig/types.rbs', line 3054

def unknown
  @unknown
end