Class: Aws::Types::UpdateWorkflowStepGroupResponse

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)


651
652
653
# File 'sig/types.rbs', line 651

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


655
656
657
# File 'sig/types.rbs', line 655

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def name
  @name
end

#next::Array[::String]

Returns the value of attribute next.

Returns:

  • (::Array[::String])


653
654
655
# File 'sig/types.rbs', line 653

def next
  @next
end

#previous::Array[::String]

Returns the value of attribute previous.

Returns:

  • (::Array[::String])


654
655
656
# File 'sig/types.rbs', line 654

def previous
  @previous
end

#tools::Array[Types::Tool]

Returns the value of attribute tools.

Returns:



652
653
654
# File 'sig/types.rbs', line 652

def tools
  @tools
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def workflow_id
  @workflow_id
end