Class: Aws::DeviceFarm::Types::CreateInstanceProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::CreateInstanceProfileResult
- Defined in:
- gems/aws-sdk-devicefarm/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.
356 357 358 359 360 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 356 class CreateInstanceProfileResult < Struct.new( :instance_profile) SENSITIVE = [] include Aws::Structure end |