Class: TencentCloud::Dbbrain::V20191016::DescribeSecurityAuditLogExportTasksRequest

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

Overview

DescribeSecurityAuditLogExportTasks请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(secauditgroupid = nil, product = nil, asyncrequestids = nil, offset = nil, limit = nil) ⇒ DescribeSecurityAuditLogExportTasksRequest

Returns a new instance of DescribeSecurityAuditLogExportTasksRequest.



1098
1099
1100
1101
1102
1103
1104
# File 'lib/v20191016/models.rb', line 1098

def initialize(secauditgroupid=nil, product=nil, asyncrequestids=nil, offset=nil, limit=nil)
  @SecAuditGroupId = secauditgroupid
  @Product = product
  @AsyncRequestIds = asyncrequestids
  @Offset = offset
  @Limit = limit
end

Instance Attribute Details

#AsyncRequestIdsObject

Parameters:

  • SecAuditGroupId:

    安全审计组Id。

  • Product:

    服务产品类型,支持值:“mysql” - 云数据库 MySQL。

  • AsyncRequestIds:

    日志导出任务Id列表。

  • Offset:

    偏移量,默认0。

  • Limit:

    返回数量,默认20。



1096
1097
1098
# File 'lib/v20191016/models.rb', line 1096

def AsyncRequestIds
  @AsyncRequestIds
end

#LimitObject

Parameters:

  • SecAuditGroupId:

    安全审计组Id。

  • Product:

    服务产品类型,支持值:“mysql” - 云数据库 MySQL。

  • AsyncRequestIds:

    日志导出任务Id列表。

  • Offset:

    偏移量,默认0。

  • Limit:

    返回数量,默认20。



1096
1097
1098
# File 'lib/v20191016/models.rb', line 1096

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • SecAuditGroupId:

    安全审计组Id。

  • Product:

    服务产品类型,支持值:“mysql” - 云数据库 MySQL。

  • AsyncRequestIds:

    日志导出任务Id列表。

  • Offset:

    偏移量,默认0。

  • Limit:

    返回数量,默认20。



1096
1097
1098
# File 'lib/v20191016/models.rb', line 1096

def Offset
  @Offset
end

#ProductObject

Parameters:

  • SecAuditGroupId:

    安全审计组Id。

  • Product:

    服务产品类型,支持值:“mysql” - 云数据库 MySQL。

  • AsyncRequestIds:

    日志导出任务Id列表。

  • Offset:

    偏移量,默认0。

  • Limit:

    返回数量,默认20。



1096
1097
1098
# File 'lib/v20191016/models.rb', line 1096

def Product
  @Product
end

#SecAuditGroupIdObject

Parameters:

  • SecAuditGroupId:

    安全审计组Id。

  • Product:

    服务产品类型,支持值:“mysql” - 云数据库 MySQL。

  • AsyncRequestIds:

    日志导出任务Id列表。

  • Offset:

    偏移量,默认0。

  • Limit:

    返回数量,默认20。



1096
1097
1098
# File 'lib/v20191016/models.rb', line 1096

def SecAuditGroupId
  @SecAuditGroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



1106
1107
1108
1109
1110
1111
1112
# File 'lib/v20191016/models.rb', line 1106

def deserialize(params)
  @SecAuditGroupId = params['SecAuditGroupId']
  @Product = params['Product']
  @AsyncRequestIds = params['AsyncRequestIds']
  @Offset = params['Offset']
  @Limit = params['Limit']
end