tencentcloud-sdk-tat 3.0.904 → 3.0.906

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0322d6c94e809ca75f8ad26c64ef50a9f367f140
4
- data.tar.gz: bd6af288be13ef7c8bfb4958d92481d52b8aed81
3
+ metadata.gz: 3370ce5ac4dbd376d24ed53bd948a3199df2e260
4
+ data.tar.gz: 905dba2591d73722714cfc170376e1dd5cf0e044
5
5
  SHA512:
6
- metadata.gz: 96f75809b0d18ab9f24c1fb90d8e5888fa9a696f7a1d8446677dc648a4432872d726df675d495d1bbf4c335dd6dc2fe1ca86b1e400e8f1d3127606d5e7004553
7
- data.tar.gz: b65034ac30f12bf4e1db8550fd82dfae7cad15c325fddec9256963d8945dab749bf21abeb33daee92452d1b0d510b6b2660e94dd2772e05878a08ffd568a9fd0
6
+ metadata.gz: 222437cbf5342e2659855ff4849bc94fa4f0c6e86949f8b50988e6e3f6de5f74a85892da62196337fe5ab6fc86e612ef9c21372e5264a5587e70359adee563eb
7
+ data.tar.gz: 5bfd4c1e4c9fe1ef7efb9bf7aa8a41f1f6dfc5d05c4ab3c49665d955f7b105ca5ab21d194aca229d28674c027a541289352a37be748ca9e5c78b15b4b629e658
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.904
1
+ 3.0.906
@@ -119,6 +119,9 @@ module TencentCloud
119
119
  # @param DefaultParameterConfs: 自定义参数的默认取值。
120
120
  # 注意:此字段可能返回 null,表示取不到有效值。
121
121
  # @type DefaultParameterConfs: Array
122
+ # @param Scenes: 命令关联的场景
123
+ # 注意:此字段可能返回 null,表示取不到有效值。
124
+ # @type Scenes: Array
122
125
  # @param FormattedDescription: 命令的结构化描述。公共命令有值,用户命令为空字符串。
123
126
  # @type FormattedDescription: String
124
127
  # @param CreatedBy: 命令创建者。TAT 代表公共命令,USER 代表个人命令。
@@ -132,9 +135,9 @@ module TencentCloud
132
135
  # @param OutputCOSKeyPrefix: 日志在cos bucket中的目录。
133
136
  # @type OutputCOSKeyPrefix: String
134
137
 
135
- attr_accessor :CommandId, :CommandName, :Description, :Content, :CommandType, :WorkingDirectory, :Timeout, :CreatedTime, :UpdatedTime, :EnableParameter, :DefaultParameters, :DefaultParameterConfs, :FormattedDescription, :CreatedBy, :Tags, :Username, :OutputCOSBucketUrl, :OutputCOSKeyPrefix
138
+ attr_accessor :CommandId, :CommandName, :Description, :Content, :CommandType, :WorkingDirectory, :Timeout, :CreatedTime, :UpdatedTime, :EnableParameter, :DefaultParameters, :DefaultParameterConfs, :Scenes, :FormattedDescription, :CreatedBy, :Tags, :Username, :OutputCOSBucketUrl, :OutputCOSKeyPrefix
136
139
 
137
- def initialize(commandid=nil, commandname=nil, description=nil, content=nil, commandtype=nil, workingdirectory=nil, timeout=nil, createdtime=nil, updatedtime=nil, enableparameter=nil, defaultparameters=nil, defaultparameterconfs=nil, formatteddescription=nil, createdby=nil, tags=nil, username=nil, outputcosbucketurl=nil, outputcoskeyprefix=nil)
140
+ def initialize(commandid=nil, commandname=nil, description=nil, content=nil, commandtype=nil, workingdirectory=nil, timeout=nil, createdtime=nil, updatedtime=nil, enableparameter=nil, defaultparameters=nil, defaultparameterconfs=nil, scenes=nil, formatteddescription=nil, createdby=nil, tags=nil, username=nil, outputcosbucketurl=nil, outputcoskeyprefix=nil)
138
141
  @CommandId = commandid
139
142
  @CommandName = commandname
140
143
  @Description = description
@@ -147,6 +150,7 @@ module TencentCloud
147
150
  @EnableParameter = enableparameter
148
151
  @DefaultParameters = defaultparameters
149
152
  @DefaultParameterConfs = defaultparameterconfs
153
+ @Scenes = scenes
150
154
  @FormattedDescription = formatteddescription
151
155
  @CreatedBy = createdby
152
156
  @Tags = tags
@@ -175,6 +179,7 @@ module TencentCloud
175
179
  @DefaultParameterConfs << defaultparameterconf_tmp
176
180
  end
177
181
  end
182
+ @Scenes = params['Scenes']
178
183
  @FormattedDescription = params['FormattedDescription']
179
184
  @CreatedBy = params['CreatedBy']
180
185
  unless params['Tags'].nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tat
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.904
4
+ version: 3.0.906
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-11 00:00:00.000000000 Z
11
+ date: 2024-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common