Class: Aws::DeviceFarm::Types::UpdateInstanceProfileResult

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 your instance profile.



6189
6190
6191
6192
6193
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6189

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