Class: Aws::Types::CreateNotebookInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateNotebookInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
213 214 215 |
# File 'sig/types.rbs', line 213 def client_request_token @client_request_token end |
#name ⇒ ::String
Returns the value of attribute name.
212 213 214 |
# File 'sig/types.rbs', line 212 def name @name end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
211 212 213 |
# File 'sig/types.rbs', line 211 def work_group @work_group end |