Class: Aws::Types::JobRunExecutionIamPolicy
- Inherits:
-
Object
- Object
- Aws::Types::JobRunExecutionIamPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#policy_arns ⇒ ::Array[::String]
Returns the value of attribute policy_arns.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
348 349 350 |
# File 'sig/types.rbs', line 348 def policy @policy end |
#policy_arns ⇒ ::Array[::String]
Returns the value of attribute policy_arns.
349 350 351 |
# File 'sig/types.rbs', line 349 def policy_arns @policy_arns end |