Class: Aws::Types::CreateRoomRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRoomRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
221 222 223 |
# File 'sig/types.rbs', line 221 def account_id @account_id end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
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.
222 223 224 |
# File 'sig/types.rbs', line 222 def name @name end |