Class: Aws::Types::RoomSummary

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)


250
251
252
# File 'sig/types.rbs', line 250

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


254
255
256
# File 'sig/types.rbs', line 254

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def id
  @id
end

#logging_configuration_identifiers::Array[::String]

Returns the value of attribute logging_configuration_identifiers.

Returns:

  • (::Array[::String])


257
258
259
# File 'sig/types.rbs', line 257

def logging_configuration_identifiers
  @logging_configuration_identifiers
end

#message_review_handlerTypes::MessageReviewHandler

Returns the value of attribute message_review_handler.



253
254
255
# File 'sig/types.rbs', line 253

def message_review_handler
  @message_review_handler
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


256
257
258
# File 'sig/types.rbs', line 256

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


255
256
257
# File 'sig/types.rbs', line 255

def update_time
  @update_time
end