Method: Aws::DeviceFarm::Types::ProblemDetail#arn

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

#arnString

The problem detail’s ARN.

Returns:

  • (String)


4093
4094
4095
4096
4097
4098
# File 'lib/aws-sdk-devicefarm/types.rb', line 4093

class ProblemDetail < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end