Class: Aws::Types::AllowedPrincipal
- Inherits:
-
Object
- Object
- Aws::Types::AllowedPrincipal
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#principal ⇒ ::String
Returns the value of attribute principal.
368 369 370 |
# File 'sig/types.rbs', line 368 def principal @principal end |
#principal_type ⇒ "All", ...
Returns the value of attribute principal_type.
367 368 369 |
# File 'sig/types.rbs', line 367 def principal_type @principal_type end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
371 372 373 |
# File 'sig/types.rbs', line 371 def service_id @service_id end |
#service_permission_id ⇒ ::String
Returns the value of attribute service_permission_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def @service_permission_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
370 371 372 |
# File 'sig/types.rbs', line 370 def @tags end |