Class: Aws::Braket::Types::GetDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::GetDeviceRequest
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_arn ⇒ String
The ARN of the device to retrieve.
Instance Attribute Details
#device_arn ⇒ String
The ARN of the device to retrieve.
459 460 461 462 463 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 459 class GetDeviceRequest < Struct.new( :device_arn) SENSITIVE = [] include Aws::Structure end |