Class: Aws::Types::CreateWorkflowStepResponse

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)


99
100
101
# File 'sig/types.rbs', line 99

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def name
  @name
end

#step_group_id::String

Returns the value of attribute step_group_id.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def step_group_id
  @step_group_id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def workflow_id
  @workflow_id
end