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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[:alexa_for_business_room_arn]

Instance Attribute Summary collapse

Instance Attribute Details

#alexa_for_business_room_arnString

The ARN of the room resource.

Returns:

  • (String)


198
199
200
201
202
203
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 198

class AlexaForBusinessMetadata < Struct.new(
  :is_alexa_for_business_enabled,
  :alexa_for_business_room_arn)
  SENSITIVE = [:alexa_for_business_room_arn]
  include Aws::Structure
end

#is_alexa_for_business_enabledBoolean

Starts or stops Alexa for Business.

Returns:

  • (Boolean)


198
199
200
201
202
203
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 198

class AlexaForBusinessMetadata < Struct.new(
  :is_alexa_for_business_enabled,
  :alexa_for_business_room_arn)
  SENSITIVE = [:alexa_for_business_room_arn]
  include Aws::Structure
end