Class: Aws::Types::WorkflowStep

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#copy_step_detailsTypes::CopyStepDetails

Returns the value of attribute copy_step_details.

Returns:



1616
1617
1618
# File 'sig/types.rbs', line 1616

def copy_step_details
  @copy_step_details
end

#custom_step_detailsTypes::CustomStepDetails

Returns the value of attribute custom_step_details.

Returns:



1617
1618
1619
# File 'sig/types.rbs', line 1617

def custom_step_details
  @custom_step_details
end

#decrypt_step_detailsTypes::DecryptStepDetails

Returns the value of attribute decrypt_step_details.

Returns:



1620
1621
1622
# File 'sig/types.rbs', line 1620

def decrypt_step_details
  @decrypt_step_details
end

#delete_step_detailsTypes::DeleteStepDetails

Returns the value of attribute delete_step_details.

Returns:



1618
1619
1620
# File 'sig/types.rbs', line 1618

def delete_step_details
  @delete_step_details
end

#tag_step_detailsTypes::TagStepDetails

Returns the value of attribute tag_step_details.

Returns:



1619
1620
1621
# File 'sig/types.rbs', line 1619

def tag_step_details
  @tag_step_details
end

#type"COPY", ...

Returns the value of attribute type.

Returns:



1615
1616
1617
# File 'sig/types.rbs', line 1615

def type
  @type
end