Method: Aws::DeviceFarm::Types::ProblemDetail#name

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

#nameString

The problem detail’s name.

Returns:

  • (String)


4108
4109
4110
4111
4112
4113
# File 'lib/aws-sdk-devicefarm/types.rb', line 4108

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