Class: Aws::Braket::Types::DeviceSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-braket/types.rb

Overview

Includes information about the device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_arn ⇒ String

The ARN of the device.

Returns:

  • (String)


554
555
556
557
558
559
560
561
562
# File 'lib/aws-sdk-braket/types.rb', line 554

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

#device_name ⇒ String

The name of the device.

Returns:

  • (String)


554
555
556
557
558
559
560
561
562
# File 'lib/aws-sdk-braket/types.rb', line 554

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

#device_status ⇒ String

The status of the device.

Returns:

  • (String)


554
555
556
557
558
559
560
561
562
# File 'lib/aws-sdk-braket/types.rb', line 554

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

#device_type ⇒ String

The type of the device.

Returns:

  • (String)


554
555
556
557
558
559
560
561
562
# File 'lib/aws-sdk-braket/types.rb', line 554

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

#provider_name ⇒ String

The provider of the device.

Returns:

  • (String)


554
555
556
557
558
559
560
561
562
# File 'lib/aws-sdk-braket/types.rb', line 554

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