You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::UpdateDeviceInstanceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateDeviceInstanceRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the device instance.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the device instance.

#labelsArray<String>

An array of strings that you want to associate with the device instance.

Returns:

  • (Array<String>)

    An array of strings that you want to associate with the device instance.

#profile_arnString

The ARN of the profile that you want to associate with the device instance.

Returns:

  • (String)

    The ARN of the profile that you want to associate with the device instance.