Class: Aws::Types::GetTemplateStepRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def id
  @id
end

#step_group_id::String

Returns the value of attribute step_group_id.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def step_group_id
  @step_group_id
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def template_id
  @template_id
end