Class: Aws::AlexaForBusiness::Types::RegisterAVSDeviceResponse

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

#device_arnString

The ARN of the device.

Returns:

  • (String)


3565
3566
3567
3568
3569
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3565

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