Class: Aws::Types::RoleMapping
- Inherits:
-
Object
- Object
- Aws::Types::RoleMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ambiguous_role_resolution ⇒ "AuthenticatedRole", "Deny"
Returns the value of attribute ambiguous_role_resolution.
-
#rules_configuration ⇒ Types::RulesConfigurationType
Returns the value of attribute rules_configuration.
-
#type ⇒ "Token", "Rules"
Returns the value of attribute type.
Instance Attribute Details
#ambiguous_role_resolution ⇒ "AuthenticatedRole", "Deny"
Returns the value of attribute ambiguous_role_resolution.
296 297 298 |
# File 'sig/types.rbs', line 296 def ambiguous_role_resolution @ambiguous_role_resolution end |
#rules_configuration ⇒ Types::RulesConfigurationType
Returns the value of attribute rules_configuration.
297 298 299 |
# File 'sig/types.rbs', line 297 def rules_configuration @rules_configuration end |
#type ⇒ "Token", "Rules"
Returns the value of attribute type.
295 296 297 |
# File 'sig/types.rbs', line 295 def type @type end |