Class: TencentCloud::Cwp::V20180228::DescribeEventByTableResponse

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

Overview

DescribeEventByTable返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, value = nil, requestid = nil) ⇒ DescribeEventByTableResponse

Returns a new instance of DescribeEventByTableResponse.



14499
14500
14501
14502
14503
# File 'lib/v20180228/models.rb', line 14499

def initialize(type=nil, value=nil, requestid=nil)
  @Type = type
  @Value = value
  @RequestId = requestid
end

Instance Attribute Details

#RequestIdObject

Parameters:

  • Type:

    告警类型,爆破bruteattack,高危命令bash,恶意文件malware,恶意请求risk_dns,本地提权privilege_escalation,反弹shell reverse_shell,内存马java_shell

  • Value:

    事件内容的json编码字符串,字段结构对齐事件表

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



14497
14498
14499
# File 'lib/v20180228/models.rb', line 14497

def RequestId
  @RequestId
end

#TypeObject

Parameters:

  • Type:

    告警类型,爆破bruteattack,高危命令bash,恶意文件malware,恶意请求risk_dns,本地提权privilege_escalation,反弹shell reverse_shell,内存马java_shell

  • Value:

    事件内容的json编码字符串,字段结构对齐事件表

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



14497
14498
14499
# File 'lib/v20180228/models.rb', line 14497

def Type
  @Type
end

#ValueObject

Parameters:

  • Type:

    告警类型,爆破bruteattack,高危命令bash,恶意文件malware,恶意请求risk_dns,本地提权privilege_escalation,反弹shell reverse_shell,内存马java_shell

  • Value:

    事件内容的json编码字符串,字段结构对齐事件表

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



14497
14498
14499
# File 'lib/v20180228/models.rb', line 14497

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



14505
14506
14507
14508
14509
# File 'lib/v20180228/models.rb', line 14505

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