Class: Aws::Types::ImpersonationMatchedRule
- Inherits:
-
Object
- Object
- Aws::Types::ImpersonationMatchedRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#impersonation_rule_id ⇒ ::String
Returns the value of attribute impersonation_rule_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#impersonation_rule_id ⇒ ::String
Returns the value of attribute impersonation_rule_id.
791 792 793 |
# File 'sig/types.rbs', line 791 def impersonation_rule_id @impersonation_rule_id end |
#name ⇒ ::String
Returns the value of attribute name.
792 793 794 |
# File 'sig/types.rbs', line 792 def name @name end |