You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::AlexaForBusinessMetadata

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AlexaForBusinessMetadata as input to an Aws::Client method, you can use a vanilla Hash:

{
  is_alexa_for_business_enabled: false,
  alexa_for_business_room_arn: "SensitiveString",
}

The Alexa for Business metadata associated with an Amazon Chime user, used to integrate Alexa for Business with a device.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#alexa_for_business_room_arnString

The ARN of the room resource.

Returns:

  • (String)

    The ARN of the room resource.

#is_alexa_for_business_enabledBoolean

Starts or stops Alexa for Business.

Returns:

  • (Boolean)

    Starts or stops Alexa for Business.