Method: Aws::Transfer::Types::CustomStepDetails#name
- Defined in:
- lib/aws-sdk-transfer/types.rb
#name ⇒ String
The name of the step, used as an identifier.
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 |