Method: Aws::Transfer::Types::DescribedExecution#execution_role

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

#execution_roleString

The IAM role associated with the execution.

Returns:

  • (String)


2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
# File 'lib/aws-sdk-transfer/types.rb', line 2878

class DescribedExecution < Struct.new(
  :execution_id,
  :initial_file_location,
  :service_metadata,
  :execution_role,
  :logging_configuration,
  :posix_profile,
  :status,
  :results)
  SENSITIVE = []
  include Aws::Structure
end