Method: Aws::Braket::Types::DeviceSummary#device_name

Defined in:
lib/aws-sdk-braket/types.rb

#device_nameString

The name of the device.

Returns:

  • (String)


484
485
486
487
488
489
490
491
492
# File 'lib/aws-sdk-braket/types.rb', line 484

class DeviceSummary < Struct.new(
  :device_arn,
  :device_name,
  :provider_name,
  :device_type,
  :device_status)
  SENSITIVE = []
  include Aws::Structure
end