Class: Aws::Types::StopNotebookRunInput
- Inherits:
-
Object
- Object
- Aws::Types::StopNotebookRunInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
6032 6033 6034 |
# File 'sig/types.rbs', line 6032 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6030 6031 6032 |
# File 'sig/types.rbs', line 6030 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6031 6032 6033 |
# File 'sig/types.rbs', line 6031 def identifier @identifier end |