Class: TencentCloud::Cloudaudit::V20190319::DescribeAuditResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudaudit::V20190319::DescribeAuditResponse
- Defined in:
- lib/v20190319/models.rb
Overview
DescribeAudit返回参数结构体
Instance Attribute Summary collapse
- #AuditName ⇒ Object
- #AuditStatus ⇒ Object
- #CmqQueueName ⇒ Object
- #CmqRegion ⇒ Object
- #CosBucketName ⇒ Object
- #CosRegion ⇒ Object
- #IsEnableCmqNotify ⇒ Object
- #IsEnableKmsEncry ⇒ Object
- #KeyId ⇒ Object
- #KmsAlias ⇒ Object
- #KmsRegion ⇒ Object
- #LogFilePrefix ⇒ Object
- #ReadWriteAttribute ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(isenablecmqnotify = nil, readwriteattribute = nil, keyid = nil, auditstatus = nil, auditname = nil, cosregion = nil, cmqqueuename = nil, kmsalias = nil, kmsregion = nil, isenablekmsencry = nil, cosbucketname = nil, cmqregion = nil, logfileprefix = nil, requestid = nil) ⇒ DescribeAuditResponse
constructor
A new instance of DescribeAuditResponse.
Constructor Details
#initialize(isenablecmqnotify = nil, readwriteattribute = nil, keyid = nil, auditstatus = nil, auditname = nil, cosregion = nil, cmqqueuename = nil, kmsalias = nil, kmsregion = nil, isenablekmsencry = nil, cosbucketname = nil, cmqregion = nil, logfileprefix = nil, requestid = nil) ⇒ DescribeAuditResponse
Returns a new instance of DescribeAuditResponse.
326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 |
# File 'lib/v20190319/models.rb', line 326 def initialize(isenablecmqnotify=nil, readwriteattribute=nil, keyid=nil, auditstatus=nil, auditname=nil, cosregion=nil, cmqqueuename=nil, kmsalias=nil, kmsregion=nil, isenablekmsencry=nil, cosbucketname=nil, cmqregion=nil, logfileprefix=nil, requestid=nil) @IsEnableCmqNotify = isenablecmqnotify @ReadWriteAttribute = readwriteattribute @KeyId = keyid @AuditStatus = auditstatus @AuditName = auditname @CosRegion = cosregion @CmqQueueName = cmqqueuename @KmsAlias = kmsalias @KmsRegion = kmsregion @IsEnableKmsEncry = isenablekmsencry @CosBucketName = cosbucketname @CmqRegion = cmqregion @LogFilePrefix = logfileprefix @RequestId = requestid end |
Instance Attribute Details
#AuditName ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def AuditName @AuditName end |
#AuditStatus ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def AuditStatus @AuditStatus end |
#CmqQueueName ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def CmqQueueName @CmqQueueName end |
#CmqRegion ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def CmqRegion @CmqRegion end |
#CosBucketName ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def CosBucketName @CosBucketName end |
#CosRegion ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def CosRegion @CosRegion end |
#IsEnableCmqNotify ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def IsEnableCmqNotify @IsEnableCmqNotify end |
#IsEnableKmsEncry ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def IsEnableKmsEncry @IsEnableKmsEncry end |
#KeyId ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def KeyId @KeyId end |
#KmsAlias ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def KmsAlias @KmsAlias end |
#KmsRegion ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def KmsRegion @KmsRegion end |
#LogFilePrefix ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def LogFilePrefix @LogFilePrefix end |
#ReadWriteAttribute ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def ReadWriteAttribute @ReadWriteAttribute end |
#RequestId ⇒ Object
324 325 326 |
# File 'lib/v20190319/models.rb', line 324 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 |
# File 'lib/v20190319/models.rb', line 343 def deserialize(params) @IsEnableCmqNotify = params['IsEnableCmqNotify'] @ReadWriteAttribute = params['ReadWriteAttribute'] @KeyId = params['KeyId'] @AuditStatus = params['AuditStatus'] @AuditName = params['AuditName'] @CosRegion = params['CosRegion'] @CmqQueueName = params['CmqQueueName'] @KmsAlias = params['KmsAlias'] @KmsRegion = params['KmsRegion'] @IsEnableKmsEncry = params['IsEnableKmsEncry'] @CosBucketName = params['CosBucketName'] @CmqRegion = params['CmqRegion'] @LogFilePrefix = params['LogFilePrefix'] @RequestId = params['RequestId'] end |