Class: Aws::AlexaForBusiness::Types::Room

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

Overview

A room with attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of a room.

Returns:

  • (String)


3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'gems/aws-sdk-alexaforbusiness/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_arnString

The profile ARN of a room.

Returns:

  • (String)


3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'gems/aws-sdk-alexaforbusiness/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_idString

The provider calendar ARN of a room.

Returns:

  • (String)


3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'gems/aws-sdk-alexaforbusiness/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

#room_arnString

The ARN of a room.

Returns:

  • (String)


3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'gems/aws-sdk-alexaforbusiness/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

#room_nameString

The name of a room.

Returns:

  • (String)


3726
3727
3728
3729
3730
3731
3732
3733
3734
# File 'gems/aws-sdk-alexaforbusiness/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