Class: TencentCloud::Tione::V20191022::DescribeNotebookInstanceRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20191022/models.rb

Overview

DescribeNotebookInstance请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(notebookinstancename = nil) ⇒ DescribeNotebookInstanceRequest

Returns a new instance of DescribeNotebookInstanceRequest.



781
782
783
# File 'lib/v20191022/models.rb', line 781

def initialize(notebookinstancename=nil)
  @NotebookInstanceName = notebookinstancename
end

Instance Attribute Details

#NotebookInstanceNameObject

规则:“^(-*[a-zA-Z0-9])*$”

Parameters:

  • NotebookInstanceName:

    Notebook实例名称



779
780
781
# File 'lib/v20191022/models.rb', line 779

def NotebookInstanceName
  @NotebookInstanceName
end

Instance Method Details

#deserialize(params) ⇒ Object



785
786
787
# File 'lib/v20191022/models.rb', line 785

def deserialize(params)
  @NotebookInstanceName = params['NotebookInstanceName']
end