Class: Aws::Types::GetNotebookInput
- Inherits:
-
Object
- Object
- Aws::Types::GetNotebookInput
- 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.
3088 3089 3090 |
# File 'sig/types.rbs', line 3088 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
3089 3090 3091 |
# File 'sig/types.rbs', line 3089 def identifier @identifier end |