Class: Aws::Deadline::Types::StepParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The details of a step parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the parameter.

Returns:

  • (String)


7667
7668
7669
7670
7671
7672
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7667

class StepParameter < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The data type of the parameter.

Returns:

  • (String)


7667
7668
7669
7670
7671
7672
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7667

class StepParameter < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end