Class: TencentCloud::Kms::V20190118::DescribeWhiteBoxServiceStatusResponse

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

Overview

DescribeWhiteBoxServiceStatus返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(serviceenabled = nil, requestid = nil) ⇒ DescribeWhiteBoxServiceStatusResponse

Returns a new instance of DescribeWhiteBoxServiceStatusResponse.



850
851
852
853
# File 'lib/v20190118/models.rb', line 850

def initialize(serviceenabled=nil, requestid=nil)
  @ServiceEnabled = serviceenabled
  @RequestId = requestid
end

Instance Attribute Details

#RequestIdObject

Parameters:

  • ServiceEnabled:

    用户的白盒密钥服务是否可用

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



848
849
850
# File 'lib/v20190118/models.rb', line 848

def RequestId
  @RequestId
end

#ServiceEnabledObject

Parameters:

  • ServiceEnabled:

    用户的白盒密钥服务是否可用

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



848
849
850
# File 'lib/v20190118/models.rb', line 848

def ServiceEnabled
  @ServiceEnabled
end

Instance Method Details

#deserialize(params) ⇒ Object



855
856
857
858
# File 'lib/v20190118/models.rb', line 855

def deserialize(params)
  @ServiceEnabled = params['ServiceEnabled']
  @RequestId = params['RequestId']
end