Class: Aws::DeviceFarm::Types::UpdateInstanceProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::UpdateInstanceProfileResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_profile ⇒ Types::InstanceProfile
An object that contains information about your instance profile.
Instance Attribute Details
#instance_profile ⇒ Types::InstanceProfile
An object that contains information about your instance profile.
6061 6062 6063 6064 6065 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6061 class UpdateInstanceProfileResult < Struct.new( :instance_profile) SENSITIVE = [] include Aws::Structure end |