Class: Aws::AlexaForBusiness::Types::RoomData

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

Overview

The data of a room.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of a room.

Returns:

  • (String)


3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
# File 'gems/aws-sdk-alexaforbusiness/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_arnString

The profile ARN of a room.

Returns:

  • (String)


3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
# File 'gems/aws-sdk-alexaforbusiness/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_nameString

The profile name of a room.

Returns:

  • (String)


3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
# File 'gems/aws-sdk-alexaforbusiness/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_idString

The provider calendar ARN of a room.

Returns:

  • (String)


3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
# File 'gems/aws-sdk-alexaforbusiness/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_arnString

The ARN of a room.

Returns:

  • (String)


3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
# File 'gems/aws-sdk-alexaforbusiness/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_nameString

The name of a room.

Returns:

  • (String)


3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
# File 'gems/aws-sdk-alexaforbusiness/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