Class: Aws::Types::CreateNotebookInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateNotebookInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def domain_identifier @domain_identifier end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def name @name end |
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def owning_project_identifier @owning_project_identifier end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def parameters @parameters end |