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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1871
1872
1873
1874
1875
# File 'lib/aws-sdk-devicefarm/types.rb', line 1871

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