Class: TencentCloud::Dbbrain::V20210527::CreateSecurityAuditLogExportTaskResponse

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

Overview

CreateSecurityAuditLogExportTask返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateSecurityAuditLogExportTaskResponse

Returns a new instance of CreateSecurityAuditLogExportTaskResponse.



1323
1324
1325
1326
# File 'lib/v20210527/models.rb', line 1323

def initialize(asyncrequestid=nil, requestid=nil)
  @AsyncRequestId = asyncrequestid
  @RequestId = requestid
end

Instance Attribute Details

#AsyncRequestIdObject

Parameters:

  • AsyncRequestId:

    日志导出任务Id。

  • RequestId:

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



1321
1322
1323
# File 'lib/v20210527/models.rb', line 1321

def AsyncRequestId
  @AsyncRequestId
end

#RequestIdObject

Parameters:

  • AsyncRequestId:

    日志导出任务Id。

  • RequestId:

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



1321
1322
1323
# File 'lib/v20210527/models.rb', line 1321

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



1328
1329
1330
1331
# File 'lib/v20210527/models.rb', line 1328

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