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_role_arns ⇒ ::Array[::String]
Returns the value of attribute cross_account_role_arns.
-
#invoker_role_name ⇒ ::String
Returns the value of attribute invoker_role_name.
-
#type ⇒ "LegacyIAMUser", "RoleBased"
Returns the value of attribute type.
Instance Attribute Details
#cross_account_role_arns ⇒ ::Array[::String]
Returns the value of attribute cross_account_role_arns.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def cross_account_role_arns @cross_account_role_arns end |
#invoker_role_name ⇒ ::String
Returns the value of attribute invoker_role_name.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def invoker_role_name @invoker_role_name end |
#type ⇒ "LegacyIAMUser", "RoleBased"
Returns the value of attribute type.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def type @type end |