Class: Aws::Types::UpdateRoomResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


345
346
347
# File 'sig/types.rbs', line 345

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def id
  @id
end

#logging_configuration_identifiers::Array[::String]

Returns the value of attribute logging_configuration_identifiers.

Returns:

  • (::Array[::String])


351
352
353
# File 'sig/types.rbs', line 351

def logging_configuration_identifiers
  @logging_configuration_identifiers
end

#maximum_message_length::Integer

Returns the value of attribute maximum_message_length.

Returns:

  • (::Integer)


348
349
350
# File 'sig/types.rbs', line 348

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)


347
348
349
# File 'sig/types.rbs', line 347

def maximum_message_rate_per_second
  @maximum_message_rate_per_second
end

#message_review_handlerTypes::MessageReviewHandler

Returns the value of attribute message_review_handler.



349
350
351
# File 'sig/types.rbs', line 349

def message_review_handler
  @message_review_handler
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


350
351
352
# File 'sig/types.rbs', line 350

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


346
347
348
# File 'sig/types.rbs', line 346

def update_time
  @update_time
end