Class: Aws::Types::AddedPrincipal
- Inherits:
-
Object
- Object
- Aws::Types::AddedPrincipal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#principal ⇒ ::String
Returns the value of attribute principal.
-
#principal_type ⇒ "All", ...
Returns the value of attribute principal_type.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#service_permission_id ⇒ ::String
Returns the value of attribute service_permission_id.
Instance Attribute Details
#principal ⇒ ::String
Returns the value of attribute principal.
232 233 234 |
# File 'sig/types.rbs', line 232 def principal @principal end |
#principal_type ⇒ "All", ...
Returns the value of attribute principal_type.
231 232 233 |
# File 'sig/types.rbs', line 231 def principal_type @principal_type end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
234 235 236 |
# File 'sig/types.rbs', line 234 def service_id @service_id end |
#service_permission_id ⇒ ::String
Returns the value of attribute service_permission_id.
233 234 235 |
# File 'sig/types.rbs', line 233 def @service_permission_id end |