tencentcloud-sdk-cam 3.0.870 → 3.0.871

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 185caec936ee6a6d7c2304135d05322b641bf280
4
- data.tar.gz: 94b77b29d7360cc4586aa9815e484f8cc128e305
3
+ metadata.gz: b9094537274650ce47d2bae829928b1f39c0a904
4
+ data.tar.gz: 3d54f6ef73618ebf88afec0d4dbc0b9bad9f0312
5
5
  SHA512:
6
- metadata.gz: 9076be7ed3c298ffe627c43b6f076917a20efa1ffcc1188ac6389be76730cb5acece59d536565fd371c32b81b9f9411fd6152890c73ef7a1b6b1651a30301c07
7
- data.tar.gz: 6e9c78f2ada89180aca51cdda5a286fd8d60c45cae30d38209ed85aac36a50772b650d3543449a2e379157b3fae221bfb601ef504c28a5805eba87e5ab6e9e2e
6
+ metadata.gz: 8ada9bf331e22c503a0bf2b30b738ee690f5b62503d79e15fa095c90a041f536b52bf3aa3af123852e2a8a5f054d8a72c06391b967c01a8455e98434f3473f32
7
+ data.tar.gz: 9fb7c4f839a3343afc3cc2ac6677c7fc0e5fe4f3c8840e44e73bf8a0f1e627fec8baeb1504a4b029de2262be1b37f504ed0f91566968f7b11d8a81dd7d5d0fad
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.870
1
+ 3.0.871
@@ -4281,10 +4281,13 @@ module TencentCloud
4281
4281
  # @param Tags: 标签
4282
4282
  # 注意:此字段可能返回 null,表示取不到有效值。
4283
4283
  # @type Tags: Array
4284
+ # @param RoleArn: 角色RoleArn信息
4285
+ # 注意:此字段可能返回 null,表示取不到有效值。
4286
+ # @type RoleArn: String
4284
4287
 
4285
- attr_accessor :RoleId, :RoleName, :PolicyDocument, :Description, :AddTime, :UpdateTime, :ConsoleLogin, :RoleType, :SessionDuration, :DeletionTaskId, :Tags
4288
+ attr_accessor :RoleId, :RoleName, :PolicyDocument, :Description, :AddTime, :UpdateTime, :ConsoleLogin, :RoleType, :SessionDuration, :DeletionTaskId, :Tags, :RoleArn
4286
4289
 
4287
- def initialize(roleid=nil, rolename=nil, policydocument=nil, description=nil, addtime=nil, updatetime=nil, consolelogin=nil, roletype=nil, sessionduration=nil, deletiontaskid=nil, tags=nil)
4290
+ def initialize(roleid=nil, rolename=nil, policydocument=nil, description=nil, addtime=nil, updatetime=nil, consolelogin=nil, roletype=nil, sessionduration=nil, deletiontaskid=nil, tags=nil, rolearn=nil)
4288
4291
  @RoleId = roleid
4289
4292
  @RoleName = rolename
4290
4293
  @PolicyDocument = policydocument
@@ -4296,6 +4299,7 @@ module TencentCloud
4296
4299
  @SessionDuration = sessionduration
4297
4300
  @DeletionTaskId = deletiontaskid
4298
4301
  @Tags = tags
4302
+ @RoleArn = rolearn
4299
4303
  end
4300
4304
 
4301
4305
  def deserialize(params)
@@ -4317,6 +4321,7 @@ module TencentCloud
4317
4321
  @Tags << roletags_tmp
4318
4322
  end
4319
4323
  end
4324
+ @RoleArn = params['RoleArn']
4320
4325
  end
4321
4326
  end
4322
4327
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cam
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.870
4
+ version: 3.0.871
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-07-22 00:00:00.000000000 Z
11
+ date: 2024-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common