Class: Aws::Types::UpdateNotebookInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNotebookInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_order ⇒ ::Array[Types::CellInformation]
Returns the value of attribute cell_order.
-
#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.
-
#environment_configuration ⇒ Types::EnvironmentConfig
Returns the value of attribute environment_configuration.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#cell_order ⇒ ::Array[Types::CellInformation]
Returns the value of attribute cell_order.
6704 6705 6706 |
# File 'sig/types.rbs', line 6704 def cell_order @cell_order end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
6708 6709 6710 |
# File 'sig/types.rbs', line 6708 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
6701 6702 6703 |
# File 'sig/types.rbs', line 6701 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6699 6700 6701 |
# File 'sig/types.rbs', line 6699 def domain_identifier @domain_identifier end |
#environment_configuration ⇒ Types::EnvironmentConfig
Returns the value of attribute environment_configuration.
6707 6708 6709 |
# File 'sig/types.rbs', line 6707 def environment_configuration @environment_configuration end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6700 6701 6702 |
# File 'sig/types.rbs', line 6700 def identifier @identifier end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
6705 6706 6707 |
# File 'sig/types.rbs', line 6705 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
6703 6704 6705 |
# File 'sig/types.rbs', line 6703 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
6706 6707 6708 |
# File 'sig/types.rbs', line 6706 def parameters @parameters end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
6702 6703 6704 |
# File 'sig/types.rbs', line 6702 def status @status end |