Class: Aws::Types::WorkflowStepSummary

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:



744
745
746
# File 'sig/types.rbs', line 744

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:



734
735
736
# File 'sig/types.rbs', line 734

def name
  @name
end

#next::Array[::String]

Returns the value of attribute next.

Returns:



738
739
740
# File 'sig/types.rbs', line 738

def next
  @next
end

#no_of_srv_completed::Integer

Returns the value of attribute no_of_srv_completed.

Returns:



741
742
743
# File 'sig/types.rbs', line 741

def no_of_srv_completed
  @no_of_srv_completed
end

#no_of_srv_failed::Integer

Returns the value of attribute no_of_srv_failed.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def no_of_srv_failed
  @no_of_srv_failed
end

#owner"AWS_MANAGED", "CUSTOM"

Returns the value of attribute owner.

Returns:



736
737
738
# File 'sig/types.rbs', line 736

def owner
  @owner
end

#previous::Array[::String]

Returns the value of attribute previous.

Returns:



737
738
739
# File 'sig/types.rbs', line 737

def previous
  @previous
end

#script_location::String

Returns the value of attribute script_location.

Returns:



745
746
747
# File 'sig/types.rbs', line 745

def script_location
  @script_location
end

#status"AWAITING_DEPENDENCIES", ...

Returns the value of attribute status.

Returns:



739
740
741
# File 'sig/types.rbs', line 739

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:



740
741
742
# File 'sig/types.rbs', line 740

def status_message
  @status_message
end

#step_action_type"MANUAL", "AUTOMATED"

Returns the value of attribute step_action_type.

Returns:



735
736
737
# File 'sig/types.rbs', line 735

def step_action_type
  @step_action_type
end

#step_id::String

Returns the value of attribute step_id.

Returns:



733
734
735
# File 'sig/types.rbs', line 733

def step_id
  @step_id
end

#total_no_of_srv::Integer

Returns the value of attribute total_no_of_srv.

Returns:



743
744
745
# File 'sig/types.rbs', line 743

def total_no_of_srv
  @total_no_of_srv
end