Class: Aws::Types::GetTemplateStepResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def name
  @name
end

#next::Array[::String]

Returns the value of attribute next.

Returns:

  • (::Array[::String])


231
232
233
# File 'sig/types.rbs', line 231

def next
  @next
end

#outputs::Array[Types::StepOutput]

Returns the value of attribute outputs.

Returns:



232
233
234
# File 'sig/types.rbs', line 232

def outputs
  @outputs
end

#previous::Array[::String]

Returns the value of attribute previous.

Returns:

  • (::Array[::String])


230
231
232
# File 'sig/types.rbs', line 230

def previous
  @previous
end

#step_action_type"MANUAL", "AUTOMATED"

Returns the value of attribute step_action_type.

Returns:

  • ("MANUAL", "AUTOMATED")


228
229
230
# File 'sig/types.rbs', line 228

def step_action_type
  @step_action_type
end

#step_automation_configurationTypes::StepAutomationConfiguration

Returns the value of attribute step_automation_configuration.



233
234
235
# File 'sig/types.rbs', line 233

def step_automation_configuration
  @step_automation_configuration
end

#step_group_id::String

Returns the value of attribute step_group_id.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def step_group_id
  @step_group_id
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def template_id
  @template_id
end