Class: TencentCloud::Csip::V20221121::AccessKeyAlarmInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::AccessKeyAlarmInfo
- Defined in:
- lib/v20221121/models.rb
Overview
访问密钥资产告警信息
Instance Attribute Summary collapse
-
#Count ⇒ Object
风险类型: 0:配置风险 1: 自定义风险.
-
#Type ⇒ Object
风险类型: 0:配置风险 1: 自定义风险.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, count = nil) ⇒ AccessKeyAlarmInfo
constructor
A new instance of AccessKeyAlarmInfo.
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
#Count ⇒ Object
风险类型:0:配置风险1: 自定义风险
196 197 198 |
# File 'lib/v20221121/models.rb', line 196 def Count @Count end |
#Type ⇒ Object
风险类型:0:配置风险1: 自定义风险
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 |