Class: Aws::Types::AddonPodIdentityAssociations
- Inherits:
-
Object
- Object
- Aws::Types::AddonPodIdentityAssociations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#service_account ⇒ ::String
Returns the value of attribute service_account.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
108 109 110 |
# File 'sig/types.rbs', line 108 def role_arn @role_arn end |
#service_account ⇒ ::String
Returns the value of attribute service_account.
107 108 109 |
# File 'sig/types.rbs', line 107 def service_account @service_account end |