Class: Aws::AlexaForBusiness::Types::CreateRoomResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#room_arnString

The ARN of the newly created room in the response.

Returns:

  • (String)


1232
1233
1234
1235
1236
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1232

class CreateRoomResponse < Struct.new(
  :room_arn)
  SENSITIVE = []
  include Aws::Structure
end