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.



9217
9218
9219
9220
# File 'lib/v20190103/models.rb', line 9217

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

Instance Attribute Details

#ClusterNameObject

Parameters:

  • InstanceId:

    集群实例ID

  • ClusterName:

    实例名称



9215
9216
9217
# File 'lib/v20190103/models.rb', line 9215

def ClusterName
  @ClusterName
end

#InstanceIdObject

Parameters:

  • InstanceId:

    集群实例ID

  • ClusterName:

    实例名称



9215
9216
9217
# File 'lib/v20190103/models.rb', line 9215

def InstanceId
  @InstanceId
end

Instance Method Details

#deserialize(params) ⇒ Object



9222
9223
9224
9225
# File 'lib/v20190103/models.rb', line 9222

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