Class: Aws::DeviceFarm::Types::GetInstanceProfileResult

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

#instance_profileTypes::InstanceProfile

An object that contains information about an instance profile.



1916
1917
1918
1919
1920
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1916

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