Class: Aws::Types::ListRoomsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configuration_identifier::String

Returns the value of attribute logging_configuration_identifier.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def logging_configuration_identifier
  @logging_configuration_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


197
198
199
# File 'sig/types.rbs', line 197

def max_results
  @max_results
end

#message_review_handler_uri::String

Returns the value of attribute message_review_handler_uri.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def message_review_handler_uri
  @message_review_handler_uri
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def next_token
  @next_token
end