Class: Aws::Types::UpdateRoomRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def identifier
  @identifier
end

#logging_configuration_identifiers::Array[::String]

Returns the value of attribute logging_configuration_identifiers.

Returns:

  • (::Array[::String])


337
338
339
# File 'sig/types.rbs', line 337

def logging_configuration_identifiers
  @logging_configuration_identifiers
end

#maximum_message_length::Integer

Returns the value of attribute maximum_message_length.

Returns:

  • (::Integer)


335
336
337
# File 'sig/types.rbs', line 335

def maximum_message_length
  @maximum_message_length
end

#maximum_message_rate_per_second::Integer

Returns the value of attribute maximum_message_rate_per_second.

Returns:

  • (::Integer)


334
335
336
# File 'sig/types.rbs', line 334

def maximum_message_rate_per_second
  @maximum_message_rate_per_second
end

#message_review_handlerTypes::MessageReviewHandler

Returns the value of attribute message_review_handler.



336
337
338
# File 'sig/types.rbs', line 336

def message_review_handler
  @message_review_handler
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def name
  @name
end