class Aws::Transfer::Types::TagStepDetails
Each step type has its own `StepDetails` structure.
The key/value pairs used to tag a file during the execution of a workflow step.
@note When making an API call, you may pass TagStepDetails
data as a hash: { name: "WorkflowStepName", tags: [ { key: "S3TagKey", # required value: "S3TagValue", # required }, ], }
@!attribute [rw] name
The name of the step, used as an identifier. @return [String]
@!attribute [rw] tags
Array that contains from 1 to 10 key/value pairs. @return [Array<Types::S3Tag>]
@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/TagStepDetails AWS API Documentation
Constants
- SENSITIVE