tencentcloud-sdk-cloudaudit 3.0.963 → 3.0.964
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 +7 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42d34c23d8a26df7331981d34b75217de6eb5480
|
|
4
|
+
data.tar.gz: 88e24e272cb21d3cbc2a048896eebf4ed96d1b41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1d87dfea8d388289e047d963e02f28f7b1ec15e3c8ba3c6eccafa253acdd186d8a109d2254330a011b01450b7d025c9c7612f63610542789f1b24979b4b0315
|
|
7
|
+
data.tar.gz: da73f49e7ccb1661fc82d3be4b77e9b70ca665f168a833306708cab8d47e9a9c71aece975ed675b3e4e2c31f3563635a16d631154a00a464606b7c65a2355422
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.964
|
data/lib/v20190319/models.rb
CHANGED
|
@@ -20,14 +20,19 @@ module TencentCloud
|
|
|
20
20
|
# AttributeKey值详情
|
|
21
21
|
class AttributeKeyDetail < TencentCloud::Common::AbstractModel
|
|
22
22
|
# @param LabelType: 输入框类型
|
|
23
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23
24
|
# @type LabelType: String
|
|
24
25
|
# @param Starter: 初始化展示
|
|
26
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25
27
|
# @type Starter: String
|
|
26
28
|
# @param Order: 展示排序
|
|
29
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
27
30
|
# @type Order: Integer
|
|
28
31
|
# @param Value: AttributeKey值
|
|
32
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
29
33
|
# @type Value: String
|
|
30
34
|
# @param Label: 中文标签
|
|
35
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
31
36
|
# @type Label: String
|
|
32
37
|
|
|
33
38
|
attr_accessor :LabelType, :Starter, :Order, :Value, :Label
|
|
@@ -755,8 +760,10 @@ module TencentCloud
|
|
|
755
760
|
# CMK属性
|
|
756
761
|
class KeyMetadata < TencentCloud::Common::AbstractModel
|
|
757
762
|
# @param Alias: 作为密钥更容易辨识,更容易被人看懂的别名
|
|
763
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
758
764
|
# @type Alias: String
|
|
759
765
|
# @param KeyId: CMK的全局唯一标识
|
|
766
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
760
767
|
# @type KeyId: String
|
|
761
768
|
|
|
762
769
|
attr_accessor :Alias, :KeyId
|