Class: Aws::Types::UpdateImpersonationRoleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateImpersonationRoleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#impersonation_role_id ⇒ ::String
Returns the value of attribute impersonation_role_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#rules ⇒ ::Array[Types::ImpersonationRule]
Returns the value of attribute rules.
-
#type ⇒ "FULL_ACCESS", "READ_ONLY"
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def description @description end |
#impersonation_role_id ⇒ ::String
Returns the value of attribute impersonation_role_id.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def impersonation_role_id @impersonation_role_id end |
#name ⇒ ::String
Returns the value of attribute name.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def name @name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def organization_id @organization_id end |
#rules ⇒ ::Array[Types::ImpersonationRule]
Returns the value of attribute rules.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def rules @rules end |
#type ⇒ "FULL_ACCESS", "READ_ONLY"
Returns the value of attribute type.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def type @type end |