Method: Aws::DeviceFarm::Types::ProblemDetail#name
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
#name ⇒ String
The problem detail’s name.
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 |