Class: Aws::AlexaForBusiness::Types::RoomData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::RoomData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The data of a room.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of a room.
-
#profile_arn ⇒ String
The profile ARN of a room.
-
#profile_name ⇒ String
The profile name 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.
3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3764 class RoomData < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn, :profile_name) SENSITIVE = [] include Aws::Structure end |
#profile_arn ⇒ String
The profile ARN of a room.
3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3764 class RoomData < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn, :profile_name) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The profile name of a room.
3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3764 class RoomData < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn, :profile_name) SENSITIVE = [] include Aws::Structure end |
#provider_calendar_id ⇒ String
The provider calendar ARN of a room.
3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3764 class RoomData < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn, :profile_name) SENSITIVE = [] include Aws::Structure end |
#room_arn ⇒ String
The ARN of a room.
3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3764 class RoomData < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn, :profile_name) SENSITIVE = [] include Aws::Structure end |
#room_name ⇒ String
The name of a room.
3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3764 class RoomData < Struct.new( :room_arn, :room_name, :description, :provider_calendar_id, :profile_arn, :profile_name) SENSITIVE = [] include Aws::Structure end |