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)

1558
1559
1560
1561
1562
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1558

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