Class: Aws::Types::StartNotebookImportInput
- Inherits:
-
Object
- Object
- Aws::Types::StartNotebookImportInput
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
-
#source_location ⇒ Types::SourceLocation
Returns the value of attribute source_location.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
5945 5946 5947 |
# File 'sig/types.rbs', line 5945 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
5944 5945 5946 |
# File 'sig/types.rbs', line 5944 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5940 5941 5942 |
# File 'sig/types.rbs', line 5940 def domain_identifier @domain_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
5943 5944 5945 |
# File 'sig/types.rbs', line 5943 def name @name end |
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
5941 5942 5943 |
# File 'sig/types.rbs', line 5941 def owning_project_identifier @owning_project_identifier end |
#source_location ⇒ Types::SourceLocation
Returns the value of attribute source_location.
5942 5943 5944 |
# File 'sig/types.rbs', line 5942 def source_location @source_location end |