Class: Aws::Types::CreateRoomRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :client_request_token])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def 
  @account_id
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def client_request_token
  @client_request_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def name
  @name
end