Class: Aws::Types::Subject
- Inherits:
-
Object
- Object
- Aws::Types::Subject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#service_account ⇒ ::String
Returns the value of attribute service_account.
Instance Attribute Details
#namespace ⇒ ::String
Returns the value of attribute namespace.
90 91 92 |
# File 'sig/types.rbs', line 90 def namespace @namespace end |
#service_account ⇒ ::String
Returns the value of attribute service_account.
91 92 93 |
# File 'sig/types.rbs', line 91 def service_account @service_account end |