Class: Aws::Types::GetNotebookRunInput
- Inherits:
-
Object
- Object
- Aws::Types::GetNotebookRunInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
3118 3119 3120 |
# File 'sig/types.rbs', line 3118 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
3119 3120 3121 |
# File 'sig/types.rbs', line 3119 def identifier @identifier end |