Class: TencentCloud::Csip::V20221121::AccessKeyAlarmInfo

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

Overview

访问密钥资产告警信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, count = nil) ⇒ AccessKeyAlarmInfo

Returns a new instance of AccessKeyAlarmInfo.



198
199
200
201
# File 'lib/v20221121/models.rb', line 198

def initialize(type=nil, count=nil)
  @Type = type
  @Count = count
end

Instance Attribute Details

#CountObject

风险类型:0:配置风险1: 自定义风险

Parameters:

  • Count:

    告警数量/风险数量



196
197
198
# File 'lib/v20221121/models.rb', line 196

def Count
  @Count
end

#TypeObject

风险类型:0:配置风险1: 自定义风险

Parameters:

  • Count:

    告警数量/风险数量



196
197
198
# File 'lib/v20221121/models.rb', line 196

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



203
204
205
206
# File 'lib/v20221121/models.rb', line 203

def deserialize(params)
  @Type = params['Type']
  @Count = params['Count']
end