Class: Aws::DeviceFarm::Types::UpdateDeviceInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::UpdateDeviceInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the device instance.
-
#labels ⇒ Array<String>
An array of strings that you want to associate with the device instance.
-
#profile_arn ⇒ String
The ARN of the profile that you want to associate with the device instance.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the device instance.
5918 5919 5920 5921 5922 5923 5924 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5918 class UpdateDeviceInstanceRequest < Struct.new( :arn, :profile_arn, :labels) SENSITIVE = [] include Aws::Structure end |
#labels ⇒ Array<String>
An array of strings that you want to associate with the device instance.
5918 5919 5920 5921 5922 5923 5924 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5918 class UpdateDeviceInstanceRequest < Struct.new( :arn, :profile_arn, :labels) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The ARN of the profile that you want to associate with the device instance.
5918 5919 5920 5921 5922 5923 5924 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5918 class UpdateDeviceInstanceRequest < Struct.new( :arn, :profile_arn, :labels) SENSITIVE = [] include Aws::Structure end |