Class: Aws::Types::UpdateWorkflowStepGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def name
  @name
end

#next::Array[::String]

Returns the value of attribute next.

Returns:

  • (::Array[::String])


642
643
644
# File 'sig/types.rbs', line 642

def next
  @next
end

#previous::Array[::String]

Returns the value of attribute previous.

Returns:

  • (::Array[::String])


643
644
645
# File 'sig/types.rbs', line 643

def previous
  @previous
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def workflow_id
  @workflow_id
end