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

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

#instance_profileTypes::InstanceProfile

An object that contains information about an instance profile.



1883
1884
1885
1886
1887
# File 'lib/aws-sdk-devicefarm/types.rb', line 1883

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