Method: Aws::DeviceFarm::Types::CustomerArtifactPaths#ios_paths

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

#ios_pathsArray<String>

Comma-separated list of paths on the iOS device where the artifacts generated by the customer’s tests are pulled from.

Returns:

  • (Array<String>)


875
876
877
878
879
880
881
# File 'lib/aws-sdk-devicefarm/types.rb', line 875

class CustomerArtifactPaths < Struct.new(
  :ios_paths,
  :android_paths,
  :device_host_paths)
  SENSITIVE = []
  include Aws::Structure
end