Class: TencentCloud::Emr::V20190103::DependService

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

Overview

共用组件信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(servicename = nil, instanceid = nil) ⇒ DependService

Returns a new instance of DependService.



2837
2838
2839
2840
# File 'lib/v20190103/models.rb', line 2837

def initialize(servicename=nil, instanceid=nil)
  @ServiceName = servicename
  @InstanceId = instanceid
end

Instance Attribute Details

#InstanceIdObject

Parameters:

  • ServiceName:

    共用组件名

  • InstanceId:

    共用组件集群



2835
2836
2837
# File 'lib/v20190103/models.rb', line 2835

def InstanceId
  @InstanceId
end

#ServiceNameObject

Parameters:

  • ServiceName:

    共用组件名

  • InstanceId:

    共用组件集群



2835
2836
2837
# File 'lib/v20190103/models.rb', line 2835

def ServiceName
  @ServiceName
end

Instance Method Details

#deserialize(params) ⇒ Object



2842
2843
2844
2845
# File 'lib/v20190103/models.rb', line 2842

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