Class: Aws::Types::AuthorizedPrincipal
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizedPrincipal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#principal ⇒ ::String
Returns the value of attribute principal.
-
#principal_type ⇒ "AWS_ACCOUNT", "AWS_SERVICE"
Returns the value of attribute principal_type.
-
#service_options ⇒ Types::ServiceOptions
Returns the value of attribute service_options.
Instance Attribute Details
#principal ⇒ ::String
Returns the value of attribute principal.
208 209 210 |
# File 'sig/types.rbs', line 208 def principal @principal end |
#principal_type ⇒ "AWS_ACCOUNT", "AWS_SERVICE"
Returns the value of attribute principal_type.
207 208 209 |
# File 'sig/types.rbs', line 207 def principal_type @principal_type end |
#service_options ⇒ Types::ServiceOptions
Returns the value of attribute service_options.
209 210 211 |
# File 'sig/types.rbs', line 209 def @service_options end |