Class: Aws::Types::PermissionModel
- Inherits:
-
Object
- Object
- Aws::Types::PermissionModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_account_roles ⇒ ::Array[Types::CrossAccountRole]
Returns the value of attribute cross_account_roles.
-
#invoker_role_name ⇒ ::String
Returns the value of attribute invoker_role_name.
Instance Attribute Details
#cross_account_roles ⇒ ::Array[Types::CrossAccountRole]
Returns the value of attribute cross_account_roles.
980 981 982 |
# File 'sig/types.rbs', line 980 def cross_account_roles @cross_account_roles end |
#invoker_role_name ⇒ ::String
Returns the value of attribute invoker_role_name.
979 980 981 |
# File 'sig/types.rbs', line 979 def invoker_role_name @invoker_role_name end |