Class: Aws::Types::AddonPodIdentityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AddonPodIdentityConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recommended_managed_policies ⇒ ::Array[::String]
Returns the value of attribute recommended_managed_policies.
-
#service_account ⇒ ::String
Returns the value of attribute service_account.
Instance Attribute Details
#recommended_managed_policies ⇒ ::Array[::String]
Returns the value of attribute recommended_managed_policies.
114 115 116 |
# File 'sig/types.rbs', line 114 def recommended_managed_policies @recommended_managed_policies end |
#service_account ⇒ ::String
Returns the value of attribute service_account.
113 114 115 |
# File 'sig/types.rbs', line 113 def service_account @service_account end |