Class: Aws::Chime::Types::DeleteRoomRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-chime/types.rb', line 2982

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

#room_idString

The chat room ID.

Returns:

  • (String)


2982
2983
2984
2985
2986
2987
# File 'lib/aws-sdk-chime/types.rb', line 2982

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