Class: TencentCloud::Cam::V20190116::AttachRolePolicyResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::AttachRolePolicyResponse
- Defined in:
- lib/v20190116/models.rb
Overview
AttachRolePolicy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AttachRolePolicyResponse
constructor
A new instance of AttachRolePolicyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AttachRolePolicyResponse
Returns a new instance of AttachRolePolicyResponse.
381 382 383 |
# File 'lib/v20190116/models.rb', line 381 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
379 380 381 |
# File 'lib/v20190116/models.rb', line 379 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
385 386 387 |
# File 'lib/v20190116/models.rb', line 385 def deserialize(params) @RequestId = params['RequestId'] end |