Class: Aws::AlexaForBusiness::Types::Room
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::Room
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
A room with attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of a room.
-
#profile_arn ⇒ String
The profile ARN of a room.
-
#provider_calendar_id ⇒ String
The provider calendar ARN of a room.
-
#room_arn ⇒ String
The ARN of a room.
-
#room_name ⇒ String
The name of a room.
Instance Attribute Details
#description ⇒ String
The description of a room.
3726 3727 3728 3729 3730 3731 3732 3733 3734 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3726 class Room < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The profile ARN of a room.
3726 3727 3728 3729 3730 3731 3732 3733 3734 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3726 class Room < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn) SENSITIVE = [] include Aws::Structure end |
#provider_calendar_id ⇒ String
The provider calendar ARN of a room.
3726 3727 3728 3729 3730 3731 3732 3733 3734 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3726 class Room < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn) SENSITIVE = [] include Aws::Structure end |