Class: Aws::AlexaForBusiness::Types::GetDeviceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deviceTypes::Device

The details of the device requested. Required.

Returns:



2241
2242
2243
2244
2245
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2241

class GetDeviceResponse < Struct.new(
  :device)
  SENSITIVE = []
  include Aws::Structure
end