Class: Aws::Types::ImpersonationRule
- Inherits:
-
Object
- Object
- Aws::Types::ImpersonationRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
-
#impersonation_rule_id ⇒ ::String
Returns the value of attribute impersonation_rule_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#not_target_users ⇒ ::Array[::String]
Returns the value of attribute not_target_users.
-
#target_users ⇒ ::Array[::String]
Returns the value of attribute target_users.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
808 809 810 |
# File 'sig/types.rbs', line 808 def description @description end |
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
809 810 811 |
# File 'sig/types.rbs', line 809 def effect @effect end |
#impersonation_rule_id ⇒ ::String
Returns the value of attribute impersonation_rule_id.
806 807 808 |
# File 'sig/types.rbs', line 806 def impersonation_rule_id @impersonation_rule_id end |
#name ⇒ ::String
Returns the value of attribute name.
807 808 809 |
# File 'sig/types.rbs', line 807 def name @name end |
#not_target_users ⇒ ::Array[::String]
Returns the value of attribute not_target_users.
811 812 813 |
# File 'sig/types.rbs', line 811 def not_target_users @not_target_users end |
#target_users ⇒ ::Array[::String]
Returns the value of attribute target_users.
810 811 812 |
# File 'sig/types.rbs', line 810 def target_users @target_users end |