Method: Aws::Transfer::Types::CustomStepDetails#name

Defined in:
lib/aws-sdk-transfer/types.rb

#nameString

The name of the step, used as an identifier.

Returns:

  • (String)


1600
1601
1602
1603
1604
1605
1606
1607
# File 'lib/aws-sdk-transfer/types.rb', line 1600

class CustomStepDetails < Struct.new(
  :name,
  :target,
  :timeout_seconds,
  :source_file_location)
  SENSITIVE = []
  include Aws::Structure
end