Class: Aws::Types::CreateImpersonationRoleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateImpersonationRoleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
134 135 136 |
# File 'sig/types.rbs', line 134 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
138 139 140 |
# File 'sig/types.rbs', line 138 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
136 137 138 |
# File 'sig/types.rbs', line 136 def name @name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
135 136 137 |
# File 'sig/types.rbs', line 135 def organization_id @organization_id end |
#rules ⇒ ::Array[Types::ImpersonationRule]
Returns the value of attribute rules.
139 140 141 |
# File 'sig/types.rbs', line 139 def rules @rules end |
#type ⇒ "FULL_ACCESS", "READ_ONLY"
Returns the value of attribute type.
137 138 139 |
# File 'sig/types.rbs', line 137 def type @type end |