Class: Aws::Ivschat::Types::DeleteRoomRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

Identifier of the room to be deleted. Currently this must be an ARN.

Returns:

  • (String)


381
382
383
384
385
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 381

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