Class: TencentCloud::Cam::V20190116::ListGrantServiceAccessService

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

Overview

用于ListPoliciesGrantingServiceAccess接口的Service节点

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(servicetype = nil, servicename = nil) ⇒ ListGrantServiceAccessService

Returns a new instance of ListGrantServiceAccessService.



3540
3541
3542
3543
# File 'lib/v20190116/models.rb', line 3540

def initialize(servicetype=nil, servicename=nil)
  @ServiceType = servicetype
  @ServiceName = servicename
end

Instance Attribute Details

#ServiceNameObject

Parameters:

  • ServiceType:

    服务

  • ServiceName:

    服务名



3538
3539
3540
# File 'lib/v20190116/models.rb', line 3538

def ServiceName
  @ServiceName
end

#ServiceTypeObject

Parameters:

  • ServiceType:

    服务

  • ServiceName:

    服务名



3538
3539
3540
# File 'lib/v20190116/models.rb', line 3538

def ServiceType
  @ServiceType
end

Instance Method Details

#deserialize(params) ⇒ Object



3545
3546
3547
3548
# File 'lib/v20190116/models.rb', line 3545

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