Class: TencentCloud::Lighthouse::V20200324::DeleteKeyPairsRequest

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

Overview

DeleteKeyPairs请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keyids = nil) ⇒ DeleteKeyPairsRequest

Returns a new instance of DeleteKeyPairsRequest.



1563
1564
1565
# File 'lib/v20200324/models.rb', line 1563

def initialize(keyids=nil)
  @KeyIds = keyids
end

Instance Attribute Details

#KeyIdsObject

Parameters:

  • KeyIds:

    密钥对 ID 列表,每次请求批量密钥对的上限为 10。可通过DescribeKeyPairs接口返回值中的KeyId获取。



1561
1562
1563
# File 'lib/v20200324/models.rb', line 1561

def KeyIds
  @KeyIds
end

Instance Method Details

#deserialize(params) ⇒ Object



1567
1568
1569
# File 'lib/v20200324/models.rb', line 1567

def deserialize(params)
  @KeyIds = params['KeyIds']
end