tencentcloud-sdk-cloudaudit 3.0.590 → 3.0.591
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190319/models.rb +48 -48
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c03da08d59aecc75b027362db9052d1e040cd633
|
|
4
|
+
data.tar.gz: 80b60e589da501691a9fdfd8f00583ea55c8f201
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9a1cae1c8b0769ee4fbd73b2876983e32e24abee32d569ce6c946ab520bdc86f7298582065a74f265219a066c25c7c46458bb95e52f91b456abafc06cc91a6f
|
|
7
|
+
data.tar.gz: 862bf7a1f749dfcd634b8e855387f565ac42b3d32222dcedab34d916643a0f3f2d117e58abf2a096c316b064729b5069c1fd02f29e9f30a49f80adab9912f53c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20190319/models.rb
CHANGED
|
@@ -31,7 +31,7 @@ module TencentCloud
|
|
|
31
31
|
# @type Label: String
|
|
32
32
|
|
|
33
33
|
attr_accessor :LabelType, :Starter, :Order, :Value, :Label
|
|
34
|
-
|
|
34
|
+
|
|
35
35
|
def initialize(labeltype=nil, starter=nil, order=nil, value=nil, label=nil)
|
|
36
36
|
@LabelType = labeltype
|
|
37
37
|
@Starter = starter
|
|
@@ -61,7 +61,7 @@ module TencentCloud
|
|
|
61
61
|
# @type LogFilePrefix: String
|
|
62
62
|
|
|
63
63
|
attr_accessor :AuditStatus, :CosBucketName, :AuditName, :LogFilePrefix
|
|
64
|
-
|
|
64
|
+
|
|
65
65
|
def initialize(auditstatus=nil, cosbucketname=nil, auditname=nil, logfileprefix=nil)
|
|
66
66
|
@AuditStatus = auditstatus
|
|
67
67
|
@CosBucketName = cosbucketname
|
|
@@ -85,7 +85,7 @@ module TencentCloud
|
|
|
85
85
|
# @type CmqRegion: String
|
|
86
86
|
|
|
87
87
|
attr_accessor :CmqRegionName, :CmqRegion
|
|
88
|
-
|
|
88
|
+
|
|
89
89
|
def initialize(cmqregionname=nil, cmqregion=nil)
|
|
90
90
|
@CmqRegionName = cmqregionname
|
|
91
91
|
@CmqRegion = cmqregion
|
|
@@ -105,7 +105,7 @@ module TencentCloud
|
|
|
105
105
|
# @type CosRegionName: String
|
|
106
106
|
|
|
107
107
|
attr_accessor :CosRegion, :CosRegionName
|
|
108
|
-
|
|
108
|
+
|
|
109
109
|
def initialize(cosregion=nil, cosregionname=nil)
|
|
110
110
|
@CosRegion = cosregion
|
|
111
111
|
@CosRegionName = cosregionname
|
|
@@ -147,7 +147,7 @@ module TencentCloud
|
|
|
147
147
|
# @type IsCreateNewQueue: Integer
|
|
148
148
|
|
|
149
149
|
attr_accessor :IsEnableCmqNotify, :ReadWriteAttribute, :AuditName, :CosRegion, :IsCreateNewBucket, :CosBucketName, :KeyId, :CmqQueueName, :KmsRegion, :IsEnableKmsEncry, :CmqRegion, :LogFilePrefix, :IsCreateNewQueue
|
|
150
|
-
|
|
150
|
+
|
|
151
151
|
def initialize(isenablecmqnotify=nil, readwriteattribute=nil, auditname=nil, cosregion=nil, iscreatenewbucket=nil, cosbucketname=nil, keyid=nil, cmqqueuename=nil, kmsregion=nil, isenablekmsencry=nil, cmqregion=nil, logfileprefix=nil, iscreatenewqueue=nil)
|
|
152
152
|
@IsEnableCmqNotify = isenablecmqnotify
|
|
153
153
|
@ReadWriteAttribute = readwriteattribute
|
|
@@ -189,7 +189,7 @@ module TencentCloud
|
|
|
189
189
|
# @type RequestId: String
|
|
190
190
|
|
|
191
191
|
attr_accessor :IsSuccess, :RequestId
|
|
192
|
-
|
|
192
|
+
|
|
193
193
|
def initialize(issuccess=nil, requestid=nil)
|
|
194
194
|
@IsSuccess = issuccess
|
|
195
195
|
@RequestId = requestid
|
|
@@ -219,7 +219,7 @@ module TencentCloud
|
|
|
219
219
|
# @type TrackForAllMembers: Integer
|
|
220
220
|
|
|
221
221
|
attr_accessor :Name, :ActionType, :ResourceType, :Status, :EventNames, :Storage, :TrackForAllMembers
|
|
222
|
-
|
|
222
|
+
|
|
223
223
|
def initialize(name=nil, actiontype=nil, resourcetype=nil, status=nil, eventnames=nil, storage=nil, trackforallmembers=nil)
|
|
224
224
|
@Name = name
|
|
225
225
|
@ActionType = actiontype
|
|
@@ -252,7 +252,7 @@ module TencentCloud
|
|
|
252
252
|
# @type RequestId: String
|
|
253
253
|
|
|
254
254
|
attr_accessor :TrackId, :RequestId
|
|
255
|
-
|
|
255
|
+
|
|
256
256
|
def initialize(trackid=nil, requestid=nil)
|
|
257
257
|
@TrackId = trackid
|
|
258
258
|
@RequestId = requestid
|
|
@@ -270,7 +270,7 @@ module TencentCloud
|
|
|
270
270
|
# @type AuditName: String
|
|
271
271
|
|
|
272
272
|
attr_accessor :AuditName
|
|
273
|
-
|
|
273
|
+
|
|
274
274
|
def initialize(auditname=nil)
|
|
275
275
|
@AuditName = auditname
|
|
276
276
|
end
|
|
@@ -288,7 +288,7 @@ module TencentCloud
|
|
|
288
288
|
# @type RequestId: String
|
|
289
289
|
|
|
290
290
|
attr_accessor :IsSuccess, :RequestId
|
|
291
|
-
|
|
291
|
+
|
|
292
292
|
def initialize(issuccess=nil, requestid=nil)
|
|
293
293
|
@IsSuccess = issuccess
|
|
294
294
|
@RequestId = requestid
|
|
@@ -306,7 +306,7 @@ module TencentCloud
|
|
|
306
306
|
# @type TrackId: Integer
|
|
307
307
|
|
|
308
308
|
attr_accessor :TrackId
|
|
309
|
-
|
|
309
|
+
|
|
310
310
|
def initialize(trackid=nil)
|
|
311
311
|
@TrackId = trackid
|
|
312
312
|
end
|
|
@@ -322,7 +322,7 @@ module TencentCloud
|
|
|
322
322
|
# @type RequestId: String
|
|
323
323
|
|
|
324
324
|
attr_accessor :RequestId
|
|
325
|
-
|
|
325
|
+
|
|
326
326
|
def initialize(requestid=nil)
|
|
327
327
|
@RequestId = requestid
|
|
328
328
|
end
|
|
@@ -338,7 +338,7 @@ module TencentCloud
|
|
|
338
338
|
# @type AuditName: String
|
|
339
339
|
|
|
340
340
|
attr_accessor :AuditName
|
|
341
|
-
|
|
341
|
+
|
|
342
342
|
def initialize(auditname=nil)
|
|
343
343
|
@AuditName = auditname
|
|
344
344
|
end
|
|
@@ -380,7 +380,7 @@ module TencentCloud
|
|
|
380
380
|
# @type RequestId: String
|
|
381
381
|
|
|
382
382
|
attr_accessor :IsEnableCmqNotify, :ReadWriteAttribute, :KeyId, :AuditStatus, :AuditName, :CosRegion, :CmqQueueName, :KmsAlias, :KmsRegion, :IsEnableKmsEncry, :CosBucketName, :CmqRegion, :LogFilePrefix, :RequestId
|
|
383
|
-
|
|
383
|
+
|
|
384
384
|
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)
|
|
385
385
|
@IsEnableCmqNotify = isenablecmqnotify
|
|
386
386
|
@ReadWriteAttribute = readwriteattribute
|
|
@@ -422,7 +422,7 @@ module TencentCloud
|
|
|
422
422
|
# @type TrackId: Integer
|
|
423
423
|
|
|
424
424
|
attr_accessor :TrackId
|
|
425
|
-
|
|
425
|
+
|
|
426
426
|
def initialize(trackid=nil)
|
|
427
427
|
@TrackId = trackid
|
|
428
428
|
end
|
|
@@ -455,7 +455,7 @@ module TencentCloud
|
|
|
455
455
|
# @type RequestId: String
|
|
456
456
|
|
|
457
457
|
attr_accessor :Name, :ActionType, :ResourceType, :Status, :EventNames, :Storage, :CreateTime, :TrackForAllMembers, :RequestId
|
|
458
|
-
|
|
458
|
+
|
|
459
459
|
def initialize(name=nil, actiontype=nil, resourcetype=nil, status=nil, eventnames=nil, storage=nil, createtime=nil, trackforallmembers=nil, requestid=nil)
|
|
460
460
|
@Name = name
|
|
461
461
|
@ActionType = actiontype
|
|
@@ -492,7 +492,7 @@ module TencentCloud
|
|
|
492
492
|
# @type PageSize: Integer
|
|
493
493
|
|
|
494
494
|
attr_accessor :PageNumber, :PageSize
|
|
495
|
-
|
|
495
|
+
|
|
496
496
|
def initialize(pagenumber=nil, pagesize=nil)
|
|
497
497
|
@PageNumber = pagenumber
|
|
498
498
|
@PageSize = pagesize
|
|
@@ -514,7 +514,7 @@ module TencentCloud
|
|
|
514
514
|
# @type RequestId: String
|
|
515
515
|
|
|
516
516
|
attr_accessor :Tracks, :TotalCount, :RequestId
|
|
517
|
-
|
|
517
|
+
|
|
518
518
|
def initialize(tracks=nil, totalcount=nil, requestid=nil)
|
|
519
519
|
@Tracks = tracks
|
|
520
520
|
@TotalCount = totalcount
|
|
@@ -551,7 +551,7 @@ module TencentCloud
|
|
|
551
551
|
# @type IsReturnLocation: Integer
|
|
552
552
|
|
|
553
553
|
attr_accessor :StartTime, :EndTime, :NextToken, :MaxResults, :LookupAttributes, :IsReturnLocation
|
|
554
|
-
|
|
554
|
+
|
|
555
555
|
def initialize(starttime=nil, endtime=nil, nexttoken=nil, maxresults=nil, lookupattributes=nil, isreturnlocation=nil)
|
|
556
556
|
@StartTime = starttime
|
|
557
557
|
@EndTime = endtime
|
|
@@ -594,7 +594,7 @@ module TencentCloud
|
|
|
594
594
|
# @type RequestId: String
|
|
595
595
|
|
|
596
596
|
attr_accessor :ListOver, :NextToken, :Events, :TotalCount, :RequestId
|
|
597
|
-
|
|
597
|
+
|
|
598
598
|
def initialize(listover=nil, nexttoken=nil, events=nil, totalcount=nil, requestid=nil)
|
|
599
599
|
@ListOver = listover
|
|
600
600
|
@NextToken = nexttoken
|
|
@@ -659,7 +659,7 @@ module TencentCloud
|
|
|
659
659
|
# @type Location: String
|
|
660
660
|
|
|
661
661
|
attr_accessor :EventId, :Username, :EventTime, :CloudAuditEvent, :ResourceTypeCn, :ErrorCode, :EventName, :SecretId, :EventSource, :RequestID, :ResourceRegion, :AccountID, :SourceIPAddress, :EventNameCn, :Resources, :EventRegion, :Location
|
|
662
|
-
|
|
662
|
+
|
|
663
663
|
def initialize(eventid=nil, username=nil, eventtime=nil, cloudauditevent=nil, resourcetypecn=nil, errorcode=nil, eventname=nil, secretid=nil, eventsource=nil, requestid=nil, resourceregion=nil, accountid=nil, sourceipaddress=nil, eventnamecn=nil, resources=nil, eventregion=nil, location=nil)
|
|
664
664
|
@EventId = eventid
|
|
665
665
|
@Username = username
|
|
@@ -710,7 +710,7 @@ module TencentCloud
|
|
|
710
710
|
# @type WebsiteType: String
|
|
711
711
|
|
|
712
712
|
attr_accessor :WebsiteType
|
|
713
|
-
|
|
713
|
+
|
|
714
714
|
def initialize(websitetype=nil)
|
|
715
715
|
@WebsiteType = websitetype
|
|
716
716
|
end
|
|
@@ -728,7 +728,7 @@ module TencentCloud
|
|
|
728
728
|
# @type RequestId: String
|
|
729
729
|
|
|
730
730
|
attr_accessor :AttributeKeyDetails, :RequestId
|
|
731
|
-
|
|
731
|
+
|
|
732
732
|
def initialize(attributekeydetails=nil, requestid=nil)
|
|
733
733
|
@AttributeKeyDetails = attributekeydetails
|
|
734
734
|
@RequestId = requestid
|
|
@@ -750,7 +750,7 @@ module TencentCloud
|
|
|
750
750
|
# InquireAuditCredit请求参数结构体
|
|
751
751
|
class InquireAuditCreditRequest < TencentCloud::Common::AbstractModel
|
|
752
752
|
|
|
753
|
-
|
|
753
|
+
|
|
754
754
|
def initialize()
|
|
755
755
|
end
|
|
756
756
|
|
|
@@ -766,7 +766,7 @@ module TencentCloud
|
|
|
766
766
|
# @type RequestId: String
|
|
767
767
|
|
|
768
768
|
attr_accessor :AuditAmount, :RequestId
|
|
769
|
-
|
|
769
|
+
|
|
770
770
|
def initialize(auditamount=nil, requestid=nil)
|
|
771
771
|
@AuditAmount = auditamount
|
|
772
772
|
@RequestId = requestid
|
|
@@ -786,7 +786,7 @@ module TencentCloud
|
|
|
786
786
|
# @type KeyId: String
|
|
787
787
|
|
|
788
788
|
attr_accessor :Alias, :KeyId
|
|
789
|
-
|
|
789
|
+
|
|
790
790
|
def initialize(_alias=nil, keyid=nil)
|
|
791
791
|
@Alias = _alias
|
|
792
792
|
@KeyId = keyid
|
|
@@ -801,7 +801,7 @@ module TencentCloud
|
|
|
801
801
|
# ListAudits请求参数结构体
|
|
802
802
|
class ListAuditsRequest < TencentCloud::Common::AbstractModel
|
|
803
803
|
|
|
804
|
-
|
|
804
|
+
|
|
805
805
|
def initialize()
|
|
806
806
|
end
|
|
807
807
|
|
|
@@ -818,7 +818,7 @@ module TencentCloud
|
|
|
818
818
|
# @type RequestId: String
|
|
819
819
|
|
|
820
820
|
attr_accessor :AuditSummarys, :RequestId
|
|
821
|
-
|
|
821
|
+
|
|
822
822
|
def initialize(auditsummarys=nil, requestid=nil)
|
|
823
823
|
@AuditSummarys = auditsummarys
|
|
824
824
|
@RequestId = requestid
|
|
@@ -843,7 +843,7 @@ module TencentCloud
|
|
|
843
843
|
# @type WebsiteType: String
|
|
844
844
|
|
|
845
845
|
attr_accessor :WebsiteType
|
|
846
|
-
|
|
846
|
+
|
|
847
847
|
def initialize(websitetype=nil)
|
|
848
848
|
@WebsiteType = websitetype
|
|
849
849
|
end
|
|
@@ -861,7 +861,7 @@ module TencentCloud
|
|
|
861
861
|
# @type RequestId: String
|
|
862
862
|
|
|
863
863
|
attr_accessor :EnableRegions, :RequestId
|
|
864
|
-
|
|
864
|
+
|
|
865
865
|
def initialize(enableregions=nil, requestid=nil)
|
|
866
866
|
@EnableRegions = enableregions
|
|
867
867
|
@RequestId = requestid
|
|
@@ -886,7 +886,7 @@ module TencentCloud
|
|
|
886
886
|
# @type WebsiteType: String
|
|
887
887
|
|
|
888
888
|
attr_accessor :WebsiteType
|
|
889
|
-
|
|
889
|
+
|
|
890
890
|
def initialize(websitetype=nil)
|
|
891
891
|
@WebsiteType = websitetype
|
|
892
892
|
end
|
|
@@ -904,7 +904,7 @@ module TencentCloud
|
|
|
904
904
|
# @type RequestId: String
|
|
905
905
|
|
|
906
906
|
attr_accessor :EnableRegions, :RequestId
|
|
907
|
-
|
|
907
|
+
|
|
908
908
|
def initialize(enableregions=nil, requestid=nil)
|
|
909
909
|
@EnableRegions = enableregions
|
|
910
910
|
@RequestId = requestid
|
|
@@ -933,7 +933,7 @@ module TencentCloud
|
|
|
933
933
|
# @type Offset: Integer
|
|
934
934
|
|
|
935
935
|
attr_accessor :KmsRegion, :Limit, :Offset
|
|
936
|
-
|
|
936
|
+
|
|
937
937
|
def initialize(kmsregion=nil, limit=nil, offset=nil)
|
|
938
938
|
@KmsRegion = kmsregion
|
|
939
939
|
@Limit = limit
|
|
@@ -957,7 +957,7 @@ module TencentCloud
|
|
|
957
957
|
# @type RequestId: String
|
|
958
958
|
|
|
959
959
|
attr_accessor :TotalCount, :KeyMetadatas, :RequestId
|
|
960
|
-
|
|
960
|
+
|
|
961
961
|
def initialize(totalcount=nil, keymetadatas=nil, requestid=nil)
|
|
962
962
|
@TotalCount = totalcount
|
|
963
963
|
@KeyMetadatas = keymetadatas
|
|
@@ -994,7 +994,7 @@ module TencentCloud
|
|
|
994
994
|
# @type Mode: String
|
|
995
995
|
|
|
996
996
|
attr_accessor :StartTime, :EndTime, :LookupAttributes, :NextToken, :MaxResults, :Mode
|
|
997
|
-
|
|
997
|
+
|
|
998
998
|
def initialize(starttime=nil, endtime=nil, lookupattributes=nil, nexttoken=nil, maxresults=nil, mode=nil)
|
|
999
999
|
@StartTime = starttime
|
|
1000
1000
|
@EndTime = endtime
|
|
@@ -1036,7 +1036,7 @@ module TencentCloud
|
|
|
1036
1036
|
# @type RequestId: String
|
|
1037
1037
|
|
|
1038
1038
|
attr_accessor :NextToken, :Events, :ListOver, :RequestId
|
|
1039
|
-
|
|
1039
|
+
|
|
1040
1040
|
def initialize(nexttoken=nil, events=nil, listover=nil, requestid=nil)
|
|
1041
1041
|
@NextToken = nexttoken
|
|
1042
1042
|
@Events = events
|
|
@@ -1067,7 +1067,7 @@ module TencentCloud
|
|
|
1067
1067
|
# @type AttributeValue: String
|
|
1068
1068
|
|
|
1069
1069
|
attr_accessor :AttributeKey, :AttributeValue
|
|
1070
|
-
|
|
1070
|
+
|
|
1071
1071
|
def initialize(attributekey=nil, attributevalue=nil)
|
|
1072
1072
|
@AttributeKey = attributekey
|
|
1073
1073
|
@AttributeValue = attributevalue
|
|
@@ -1099,7 +1099,7 @@ module TencentCloud
|
|
|
1099
1099
|
# @type TrackForAllMembers: Integer
|
|
1100
1100
|
|
|
1101
1101
|
attr_accessor :TrackId, :Name, :ActionType, :ResourceType, :Status, :EventNames, :Storage, :TrackForAllMembers
|
|
1102
|
-
|
|
1102
|
+
|
|
1103
1103
|
def initialize(trackid=nil, name=nil, actiontype=nil, resourcetype=nil, status=nil, eventnames=nil, storage=nil, trackforallmembers=nil)
|
|
1104
1104
|
@TrackId = trackid
|
|
1105
1105
|
@Name = name
|
|
@@ -1132,7 +1132,7 @@ module TencentCloud
|
|
|
1132
1132
|
# @type RequestId: String
|
|
1133
1133
|
|
|
1134
1134
|
attr_accessor :RequestId
|
|
1135
|
-
|
|
1135
|
+
|
|
1136
1136
|
def initialize(requestid=nil)
|
|
1137
1137
|
@RequestId = requestid
|
|
1138
1138
|
end
|
|
@@ -1150,7 +1150,7 @@ module TencentCloud
|
|
|
1150
1150
|
# @type ResourceName: String
|
|
1151
1151
|
|
|
1152
1152
|
attr_accessor :ResourceType, :ResourceName
|
|
1153
|
-
|
|
1153
|
+
|
|
1154
1154
|
def initialize(resourcetype=nil, resourcename=nil)
|
|
1155
1155
|
@ResourceType = resourcetype
|
|
1156
1156
|
@ResourceName = resourcename
|
|
@@ -1168,7 +1168,7 @@ module TencentCloud
|
|
|
1168
1168
|
# @type AuditName: String
|
|
1169
1169
|
|
|
1170
1170
|
attr_accessor :AuditName
|
|
1171
|
-
|
|
1171
|
+
|
|
1172
1172
|
def initialize(auditname=nil)
|
|
1173
1173
|
@AuditName = auditname
|
|
1174
1174
|
end
|
|
@@ -1186,7 +1186,7 @@ module TencentCloud
|
|
|
1186
1186
|
# @type RequestId: String
|
|
1187
1187
|
|
|
1188
1188
|
attr_accessor :IsSuccess, :RequestId
|
|
1189
|
-
|
|
1189
|
+
|
|
1190
1190
|
def initialize(issuccess=nil, requestid=nil)
|
|
1191
1191
|
@IsSuccess = issuccess
|
|
1192
1192
|
@RequestId = requestid
|
|
@@ -1204,7 +1204,7 @@ module TencentCloud
|
|
|
1204
1204
|
# @type AuditName: String
|
|
1205
1205
|
|
|
1206
1206
|
attr_accessor :AuditName
|
|
1207
|
-
|
|
1207
|
+
|
|
1208
1208
|
def initialize(auditname=nil)
|
|
1209
1209
|
@AuditName = auditname
|
|
1210
1210
|
end
|
|
@@ -1222,7 +1222,7 @@ module TencentCloud
|
|
|
1222
1222
|
# @type RequestId: String
|
|
1223
1223
|
|
|
1224
1224
|
attr_accessor :IsSuccess, :RequestId
|
|
1225
|
-
|
|
1225
|
+
|
|
1226
1226
|
def initialize(issuccess=nil, requestid=nil)
|
|
1227
1227
|
@IsSuccess = issuccess
|
|
1228
1228
|
@RequestId = requestid
|
|
@@ -1246,7 +1246,7 @@ module TencentCloud
|
|
|
1246
1246
|
# @type StoragePrefix: String
|
|
1247
1247
|
|
|
1248
1248
|
attr_accessor :StorageType, :StorageRegion, :StorageName, :StoragePrefix
|
|
1249
|
-
|
|
1249
|
+
|
|
1250
1250
|
def initialize(storagetype=nil, storageregion=nil, storagename=nil, storageprefix=nil)
|
|
1251
1251
|
@StorageType = storagetype
|
|
1252
1252
|
@StorageRegion = storageregion
|
|
@@ -1282,7 +1282,7 @@ module TencentCloud
|
|
|
1282
1282
|
# @type TrackId: Integer
|
|
1283
1283
|
|
|
1284
1284
|
attr_accessor :Name, :ActionType, :ResourceType, :Status, :EventNames, :Storage, :CreateTime, :TrackId
|
|
1285
|
-
|
|
1285
|
+
|
|
1286
1286
|
def initialize(name=nil, actiontype=nil, resourcetype=nil, status=nil, eventnames=nil, storage=nil, createtime=nil, trackid=nil)
|
|
1287
1287
|
@Name = name
|
|
1288
1288
|
@ActionType = actiontype
|
|
@@ -1339,7 +1339,7 @@ module TencentCloud
|
|
|
1339
1339
|
# @type IsCreateNewQueue: Integer
|
|
1340
1340
|
|
|
1341
1341
|
attr_accessor :AuditName, :IsEnableCmqNotify, :ReadWriteAttribute, :KeyId, :CosRegion, :CmqQueueName, :IsCreateNewBucket, :KmsRegion, :IsEnableKmsEncry, :CosBucketName, :CmqRegion, :LogFilePrefix, :IsCreateNewQueue
|
|
1342
|
-
|
|
1342
|
+
|
|
1343
1343
|
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)
|
|
1344
1344
|
@AuditName = auditname
|
|
1345
1345
|
@IsEnableCmqNotify = isenablecmqnotify
|
|
@@ -1381,7 +1381,7 @@ module TencentCloud
|
|
|
1381
1381
|
# @type RequestId: String
|
|
1382
1382
|
|
|
1383
1383
|
attr_accessor :IsSuccess, :RequestId
|
|
1384
|
-
|
|
1384
|
+
|
|
1385
1385
|
def initialize(issuccess=nil, requestid=nil)
|
|
1386
1386
|
@IsSuccess = issuccess
|
|
1387
1387
|
@RequestId = requestid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cloudaudit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.591
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|