Class: TencentCloud::Cam::V20190116::ListAttachedRolePoliciesRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::ListAttachedRolePoliciesRequest
- Defined in:
- lib/v20190116/models.rb
Overview
ListAttachedRolePolicies请求参数结构体
Instance Attribute Summary collapse
- #Keyword ⇒ Object
- #Page ⇒ Object
- #PolicyType ⇒ Object
- #RoleId ⇒ Object
- #RoleName ⇒ Object
- #Rp ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(page = nil, rp = nil, roleid = nil, rolename = nil, policytype = nil, keyword = nil) ⇒ ListAttachedRolePoliciesRequest
constructor
A new instance of ListAttachedRolePoliciesRequest.
Constructor Details
#initialize(page = nil, rp = nil, roleid = nil, rolename = nil, policytype = nil, keyword = nil) ⇒ ListAttachedRolePoliciesRequest
Returns a new instance of ListAttachedRolePoliciesRequest.
3111 3112 3113 3114 3115 3116 3117 3118 |
# File 'lib/v20190116/models.rb', line 3111 def initialize(page=nil, rp=nil, roleid=nil, rolename=nil, policytype=nil, keyword=nil) @Page = page @Rp = rp @RoleId = roleid @RoleName = rolename @PolicyType = policytype @Keyword = keyword end |
Instance Attribute Details
#Keyword ⇒ Object
3109 3110 3111 |
# File 'lib/v20190116/models.rb', line 3109 def Keyword @Keyword end |
#Page ⇒ Object
3109 3110 3111 |
# File 'lib/v20190116/models.rb', line 3109 def Page @Page end |
#PolicyType ⇒ Object
3109 3110 3111 |
# File 'lib/v20190116/models.rb', line 3109 def PolicyType @PolicyType end |
#RoleId ⇒ Object
3109 3110 3111 |
# File 'lib/v20190116/models.rb', line 3109 def RoleId @RoleId end |
#RoleName ⇒ Object
3109 3110 3111 |
# File 'lib/v20190116/models.rb', line 3109 def RoleName @RoleName end |
#Rp ⇒ Object
3109 3110 3111 |
# File 'lib/v20190116/models.rb', line 3109 def Rp @Rp end |
Instance Method Details
#deserialize(params) ⇒ Object
3120 3121 3122 3123 3124 3125 3126 3127 |
# File 'lib/v20190116/models.rb', line 3120 def deserialize(params) @Page = params['Page'] @Rp = params['Rp'] @RoleId = params['RoleId'] @RoleName = params['RoleName'] @PolicyType = params['PolicyType'] @Keyword = params['Keyword'] end |