Class: Aws::Types::AlexaForBusinessMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AlexaForBusinessMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alexa_for_business_room_arn ⇒ ::String
Returns the value of attribute alexa_for_business_room_arn.
-
#is_alexa_for_business_enabled ⇒ Boolean
Returns the value of attribute is_alexa_for_business_enabled.
Instance Attribute Details
#alexa_for_business_room_arn ⇒ ::String
Returns the value of attribute alexa_for_business_room_arn.
38 39 40 |
# File 'sig/types.rbs', line 38 def alexa_for_business_room_arn @alexa_for_business_room_arn end |
#is_alexa_for_business_enabled ⇒ Boolean
Returns the value of attribute is_alexa_for_business_enabled.
37 38 39 |
# File 'sig/types.rbs', line 37 def is_alexa_for_business_enabled @is_alexa_for_business_enabled end |