Class: TencentCloud::Emr::V20190103::ModifyResourceScheduleConfigRequest

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

Overview

ModifyResourceScheduleConfig请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, key = nil, value = nil) ⇒ ModifyResourceScheduleConfigRequest

Returns a new instance of ModifyResourceScheduleConfigRequest.



9004
9005
9006
9007
9008
# File 'lib/v20190103/models.rb', line 9004

def initialize(instanceid=nil, key=nil, value=nil)
  @InstanceId = instanceid
  @Key = key
  @Value = value
end

Instance Attribute Details

#InstanceIdObject

Parameters:

  • InstanceId:

    emr集群的英文id

  • Key:

    业务标识,fair表示编辑公平的配置项,fairPlan表示编辑执行计划,capacity表示编辑容量的配置项

  • Value:

    修改后的模块消息



9002
9003
9004
# File 'lib/v20190103/models.rb', line 9002

def InstanceId
  @InstanceId
end

#KeyObject

Parameters:

  • InstanceId:

    emr集群的英文id

  • Key:

    业务标识,fair表示编辑公平的配置项,fairPlan表示编辑执行计划,capacity表示编辑容量的配置项

  • Value:

    修改后的模块消息



9002
9003
9004
# File 'lib/v20190103/models.rb', line 9002

def Key
  @Key
end

#ValueObject

Parameters:

  • InstanceId:

    emr集群的英文id

  • Key:

    业务标识,fair表示编辑公平的配置项,fairPlan表示编辑执行计划,capacity表示编辑容量的配置项

  • Value:

    修改后的模块消息



9002
9003
9004
# File 'lib/v20190103/models.rb', line 9002

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



9010
9011
9012
9013
9014
# File 'lib/v20190103/models.rb', line 9010

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