Class: Aws::Types::StepParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#chunksTypes::StepParameterChunks

Returns the value of attribute chunks.



2951
2952
2953
# File 'sig/types.rbs', line 2951

def chunks
  @chunks
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2949
2950
2951
# File 'sig/types.rbs', line 2949

def name
  @name
end

#type"INT", ...

Returns the value of attribute type.

Returns:

  • ("INT", "FLOAT", "STRING", "PATH", "CHUNK_INT")


2950
2951
2952
# File 'sig/types.rbs', line 2950

def type
  @type
end