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