Class: TencentCloud::Cloudaudit::V20190319::UpdateAuditRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudaudit::V20190319::UpdateAuditRequest
- Defined in:
- lib/v20190319/models.rb
Overview
UpdateAudit请求参数结构体
Instance Attribute Summary collapse
- #AuditName ⇒ Object
- #CmqQueueName ⇒ Object
- #CmqRegion ⇒ Object
- #CosBucketName ⇒ Object
- #CosRegion ⇒ Object
- #IsCreateNewBucket ⇒ Object
- #IsCreateNewQueue ⇒ Object
- #IsEnableCmqNotify ⇒ Object
- #IsEnableKmsEncry ⇒ Object
- #KeyId ⇒ Object
- #KmsRegion ⇒ Object
- #LogFilePrefix ⇒ Object
- #ReadWriteAttribute ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(auditname = nil, isenablecmqnotify = nil, readwriteattribute = nil, keyid = nil, cosregion = nil, cmqqueuename = nil, iscreatenewbucket = nil, kmsregion = nil, isenablekmsencry = nil, cosbucketname = nil, cmqregion = nil, logfileprefix = nil, iscreatenewqueue = nil) ⇒ UpdateAuditRequest
constructor
A new instance of UpdateAuditRequest.
Constructor Details
#initialize(auditname = nil, isenablecmqnotify = nil, readwriteattribute = nil, keyid = nil, cosregion = nil, cmqqueuename = nil, iscreatenewbucket = nil, kmsregion = nil, isenablekmsencry = nil, cosbucketname = nil, cmqregion = nil, logfileprefix = nil, iscreatenewqueue = nil) ⇒ UpdateAuditRequest
Returns a new instance of UpdateAuditRequest.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 |
# File 'lib/v20190319/models.rb', line 1419 def initialize(auditname=nil, isenablecmqnotify=nil, readwriteattribute=nil, keyid=nil, cosregion=nil, cmqqueuename=nil, iscreatenewbucket=nil, kmsregion=nil, isenablekmsencry=nil, cosbucketname=nil, cmqregion=nil, logfileprefix=nil, iscreatenewqueue=nil) @AuditName = auditname @IsEnableCmqNotify = isenablecmqnotify @ReadWriteAttribute = readwriteattribute @KeyId = keyid @CosRegion = cosregion @CmqQueueName = cmqqueuename @IsCreateNewBucket = iscreatenewbucket @KmsRegion = kmsregion @IsEnableKmsEncry = isenablekmsencry @CosBucketName = cosbucketname @CmqRegion = cmqregion @LogFilePrefix = logfileprefix @IsCreateNewQueue = iscreatenewqueue end |
Instance Attribute Details
#AuditName ⇒ Object
1417 1418 1419 |
# File 'lib/v20190319/models.rb', line 1417 def AuditName @AuditName end |
#CmqQueueName ⇒ Object
1417 1418 1419 |
# File 'lib/v20190319/models.rb', line 1417 def CmqQueueName @CmqQueueName end |
#CmqRegion ⇒ Object
1417 1418 1419 |
# File 'lib/v20190319/models.rb', line 1417 def CmqRegion @CmqRegion end |
#CosBucketName ⇒ Object
1417 1418 1419 |
# File 'lib/v20190319/models.rb', line 1417 def CosBucketName @CosBucketName end |
#CosRegion ⇒ Object
1417 1418 1419 |
# File 'lib/v20190319/models.rb', line 1417 def CosRegion @CosRegion end |
#IsCreateNewBucket ⇒ Object
1417 1418 1419 |
# File 'lib/v20190319/models.rb', line 1417 def IsCreateNewBucket @IsCreateNewBucket end |
#IsCreateNewQueue ⇒ Object
1417 1418 1419 |
# File 'lib/v20190319/models.rb', line 1417 def IsCreateNewQueue @IsCreateNewQueue end |
#IsEnableCmqNotify ⇒ Object
1417 1418 1419 |
# File 'lib/v20190319/models.rb', line 1417 def IsEnableCmqNotify @IsEnableCmqNotify end |
#IsEnableKmsEncry ⇒ Object
1417 1418 1419 |
# File 'lib/v20190319/models.rb', line 1417 def IsEnableKmsEncry @IsEnableKmsEncry end |
#KeyId ⇒ Object
1417 1418 1419 |
# File 'lib/v20190319/models.rb', line 1417 def KeyId @KeyId end |
#KmsRegion ⇒ Object
1417 1418 1419 |
# File 'lib/v20190319/models.rb', line 1417 def KmsRegion @KmsRegion end |
#LogFilePrefix ⇒ Object
1417 1418 1419 |
# File 'lib/v20190319/models.rb', line 1417 def LogFilePrefix @LogFilePrefix end |
#ReadWriteAttribute ⇒ Object
1417 1418 1419 |
# File 'lib/v20190319/models.rb', line 1417 def ReadWriteAttribute @ReadWriteAttribute end |
Instance Method Details
#deserialize(params) ⇒ Object
1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 |
# File 'lib/v20190319/models.rb', line 1435 def deserialize(params) @AuditName = params['AuditName'] @IsEnableCmqNotify = params['IsEnableCmqNotify'] @ReadWriteAttribute = params['ReadWriteAttribute'] @KeyId = params['KeyId'] @CosRegion = params['CosRegion'] @CmqQueueName = params['CmqQueueName'] @IsCreateNewBucket = params['IsCreateNewBucket'] @KmsRegion = params['KmsRegion'] @IsEnableKmsEncry = params['IsEnableKmsEncry'] @CosBucketName = params['CosBucketName'] @CmqRegion = params['CmqRegion'] @LogFilePrefix = params['LogFilePrefix'] @IsCreateNewQueue = params['IsCreateNewQueue'] end |