Class: TencentCloud::Emr::V20190103::ModifySLInstanceBasicRequest

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

Overview

ModifySLInstanceBasic请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, clustername = nil) ⇒ ModifySLInstanceBasicRequest

Returns a new instance of ModifySLInstanceBasicRequest.



8971
8972
8973
8974
# File 'lib/v20190103/models.rb', line 8971

def initialize(instanceid=nil, clustername=nil)
  @InstanceId = instanceid
  @ClusterName = clustername
end

Instance Attribute Details

#ClusterNameObject

Parameters:

  • InstanceId:

    集群实例ID

  • ClusterName:

    实例名称



8969
8970
8971
# File 'lib/v20190103/models.rb', line 8969

def ClusterName
  @ClusterName
end

#InstanceIdObject

Parameters:

  • InstanceId:

    集群实例ID

  • ClusterName:

    实例名称



8969
8970
8971
# File 'lib/v20190103/models.rb', line 8969

def InstanceId
  @InstanceId
end

Instance Method Details

#deserialize(params) ⇒ Object



8976
8977
8978
8979
# File 'lib/v20190103/models.rb', line 8976

def deserialize(params)
  @InstanceId = params['InstanceId']
  @ClusterName = params['ClusterName']
end