Class: Aws::DeviceFarm::Types::GetInstanceProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of an instance profile.

Returns:

  • (String)


1904
1905
1906
1907
1908
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1904

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