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.
351 352 353 |
# File 'sig/types.rbs', line 351 def parameters @parameters end |
#policy_template_arn ⇒ ::String
Returns the value of attribute policy_template_arn.
350 351 352 |
# File 'sig/types.rbs', line 350 def policy_template_arn @policy_template_arn end |