Class: Aws::Types::CreateRoomResponse

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:



74
75
76
# File 'sig/types.rbs', line 74

def arn
  @arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:



77
78
79
# File 'sig/types.rbs', line 77

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def id
  @id
end

#logging_configuration_identifiers::Array[::String]

Returns the value of attribute logging_configuration_identifiers.

Returns:



83
84
85
# File 'sig/types.rbs', line 83

def logging_configuration_identifiers
  @logging_configuration_identifiers
end

#maximum_message_length::Integer

Returns the value of attribute maximum_message_length.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

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:



79
80
81
# File 'sig/types.rbs', line 79

def maximum_message_rate_per_second
  @maximum_message_rate_per_second
end

#message_review_handlerTypes::MessageReviewHandler

Returns the value of attribute message_review_handler.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def message_review_handler
  @message_review_handler
end

#name::String

Returns the value of attribute name.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def name
  @name
end

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

Returns the value of attribute tags.

Returns:



82
83
84
# File 'sig/types.rbs', line 82

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:



78
79
80
# File 'sig/types.rbs', line 78

def update_time
  @update_time
end