tencentcloud-sdk-cloudaudit 3.0.533 → 3.0.534
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 +0 -3
- 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: 736e44debae68d3126061d20514ee4941ee53853
|
|
4
|
+
data.tar.gz: f3ab2ec049c30650df68580976830e8395ff82d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99b0de656e8df2c57c1055351f34737a452951e92a53f137ea105ee72efe82879752a772504cd962f7f1418033cd9a3ffed009ea786a8f605ad186f71454d78d
|
|
7
|
+
data.tar.gz: 89d0d30ad910f978c4ecf18c5827686795fe258414c508253e227470a0b1cfa06e55b03d75867c8b439cf0db972bd356e9cba0dc4889647ab111bee80bed1f41
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.534
|
data/lib/v20190319/models.rb
CHANGED
|
@@ -1062,10 +1062,8 @@ module TencentCloud
|
|
|
1062
1062
|
# 检索条件
|
|
1063
1063
|
class LookupAttribute < TencentCloud::Common::AbstractModel
|
|
1064
1064
|
# @param AttributeKey: AttributeKey的有效取值范围是:RequestId、EventName、ReadOnly、Username、ResourceType、ResourceName和AccessKeyId,EventId
|
|
1065
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1066
1065
|
# @type AttributeKey: String
|
|
1067
1066
|
# @param AttributeValue: AttributeValue的值
|
|
1068
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1069
1067
|
# @type AttributeValue: String
|
|
1070
1068
|
|
|
1071
1069
|
attr_accessor :AttributeKey, :AttributeValue
|
|
@@ -1149,7 +1147,6 @@ module TencentCloud
|
|
|
1149
1147
|
# @param ResourceType: 资源类型
|
|
1150
1148
|
# @type ResourceType: String
|
|
1151
1149
|
# @param ResourceName: 资源名称
|
|
1152
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1153
1150
|
# @type ResourceName: String
|
|
1154
1151
|
|
|
1155
1152
|
attr_accessor :ResourceType, :ResourceName
|
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.534
|
|
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-03-
|
|
11
|
+
date: 2023-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|