class Aws::DeviceFarm::Types::UpdateDeviceInstanceRequest

@note When making an API call, you may pass UpdateDeviceInstanceRequest

data as a hash:

    {
      arn: "AmazonResourceName", # required
      profile_arn: "AmazonResourceName",
      labels: ["String"],
    }

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the device instance.
@return [String]

@!attribute [rw] profile_arn

The ARN of the profile that you want to associate with the device
instance.
@return [String]

@!attribute [rw] labels

An array of strings that you want to associate with the device
instance.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateDeviceInstanceRequest AWS API Documentation

Constants

SENSITIVE