Class: Aws::Types::DelegationPermission
- Inherits:
-
Object
- Object
- Aws::Types::DelegationPermission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameters ⇒ ::Array[Types::PolicyParameter]
Returns the value of attribute parameters.
-
#policy_template_arn ⇒ ::String
Returns the value of attribute policy_template_arn.
Instance Attribute Details
#parameters ⇒ ::Array[Types::PolicyParameter]
Returns the value of attribute parameters.
339 340 341 |
# File 'sig/types.rbs', line 339 def parameters @parameters end |
#policy_template_arn ⇒ ::String
Returns the value of attribute policy_template_arn.
338 339 340 |
# File 'sig/types.rbs', line 338 def policy_template_arn @policy_template_arn end |