Class: Aws::AlexaForBusiness::Types::GetRoomRequest

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

Overview

Note:

When making an API call, you may pass GetRoomRequest data as a hash:

{
  room_arn: "Arn",
}

Instance Attribute Summary collapse

Instance Attribute Details

#room_arnString

The ARN of the room for which to request details. Required.

Returns:

  • (String)


1856
1857
1858
1859
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1856

class GetRoomRequest < Struct.new(
  :room_arn)
  include Aws::Structure
end