Class: Aws::Types::StartNotebookSyncInput
- Inherits:
-
Object
- Object
- Aws::Types::StartNotebookSyncInput
- 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.
-
#git_metadata ⇒ Types::GitMetadata
Returns the value of attribute git_metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
-
#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.
6011 6012 6013 |
# File 'sig/types.rbs', line 6011 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
6010 6011 6012 |
# File 'sig/types.rbs', line 6010 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6004 6005 6006 |
# File 'sig/types.rbs', line 6004 def domain_identifier @domain_identifier end |
#git_metadata ⇒ Types::GitMetadata
Returns the value of attribute git_metadata.
6007 6008 6009 |
# File 'sig/types.rbs', line 6007 def @git_metadata end |
#name ⇒ ::String
Returns the value of attribute name.
6009 6010 6011 |
# File 'sig/types.rbs', line 6009 def name @name end |
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
6008 6009 6010 |
# File 'sig/types.rbs', line 6008 def notebook_id @notebook_id end |
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
6005 6006 6007 |
# File 'sig/types.rbs', line 6005 def owning_project_identifier @owning_project_identifier end |
#source_location ⇒ Types::SourceLocation
Returns the value of attribute source_location.
6006 6007 6008 |
# File 'sig/types.rbs', line 6006 def source_location @source_location end |