Class: TencentCloud::Dbbrain::V20210527::AuditLogFile
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::AuditLogFile
- Defined in:
- lib/v20210527/models.rb
Overview
审计日志文件
Instance Attribute Summary collapse
-
#AsyncRequestId ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;.
-
#CreateTime ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;.
-
#DownloadUrl ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;.
-
#ErrMsg ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;.
-
#FileName ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;.
-
#FileSize ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;.
-
#FinishTime ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;.
-
#Progress ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;.
-
#Status ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, filename = nil, createtime = nil, status = nil, filesize = nil, downloadurl = nil, errmsg = nil, progress = nil, finishtime = nil) ⇒ AuditLogFile
constructor
A new instance of AuditLogFile.
Constructor Details
#initialize(asyncrequestid = nil, filename = nil, createtime = nil, status = nil, filesize = nil, downloadurl = nil, errmsg = nil, progress = nil, finishtime = nil) ⇒ AuditLogFile
Returns a new instance of AuditLogFile.
356 357 358 359 360 361 362 363 364 365 366 |
# File 'lib/v20210527/models.rb', line 356 def initialize(asyncrequestid=nil, filename=nil, createtime=nil, status=nil, filesize=nil, downloadurl=nil, errmsg=nil, progress=nil, finishtime=nil) @AsyncRequestId = asyncrequestid @FileName = filename @CreateTime = createtime @Status = status @FileSize = filesize @DownloadUrl = downloadurl @ErrMsg = errmsg @Progress = progress @FinishTime = finishtime end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;
354 355 356 |
# File 'lib/v20210527/models.rb', line 354 def AsyncRequestId @AsyncRequestId end |
#CreateTime ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;
354 355 356 |
# File 'lib/v20210527/models.rb', line 354 def CreateTime @CreateTime end |
#DownloadUrl ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;
354 355 356 |
# File 'lib/v20210527/models.rb', line 354 def DownloadUrl @DownloadUrl end |
#ErrMsg ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;
354 355 356 |
# File 'lib/v20210527/models.rb', line 354 def ErrMsg @ErrMsg end |
#FileName ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;
354 355 356 |
# File 'lib/v20210527/models.rb', line 354 def FileName @FileName end |
#FileSize ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;
354 355 356 |
# File 'lib/v20210527/models.rb', line 354 def FileSize @FileSize end |
#FinishTime ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;
354 355 356 |
# File 'lib/v20210527/models.rb', line 354 def FinishTime @FinishTime end |
#Progress ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;
354 355 356 |
# File 'lib/v20210527/models.rb', line 354 def Progress @Progress end |
#Status ⇒ Object
"creating" - 生成中; "failed" - 创建失败; "success" - 已生成;
354 355 356 |
# File 'lib/v20210527/models.rb', line 354 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/v20210527/models.rb', line 368 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @FileName = params['FileName'] @CreateTime = params['CreateTime'] @Status = params['Status'] @FileSize = params['FileSize'] @DownloadUrl = params['DownloadUrl'] @ErrMsg = params['ErrMsg'] @Progress = params['Progress'] @FinishTime = params['FinishTime'] end |