Class: Aws::Chime::Types::AlexaForBusinessMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AlexaForBusinessMetadata
- 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
-
#alexa_for_business_room_arn ⇒ String
The ARN of the room resource.
-
#is_alexa_for_business_enabled ⇒ Boolean
Starts or stops Alexa for Business.
Instance Attribute Details
#alexa_for_business_room_arn ⇒ String
The ARN of the room resource.
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_enabled ⇒ Boolean
Starts or stops Alexa for Business.
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 |