Class: Aws::Types::JobWorkerExecutorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::JobWorkerExecutorConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#polling_accounts ⇒ ::Array[::String]
Returns the value of attribute polling_accounts.
-
#polling_service_principals ⇒ ::Array[::String]
Returns the value of attribute polling_service_principals.
Instance Attribute Details
#polling_accounts ⇒ ::Array[::String]
Returns the value of attribute polling_accounts.
711 712 713 |
# File 'sig/types.rbs', line 711 def polling_accounts @polling_accounts end |
#polling_service_principals ⇒ ::Array[::String]
Returns the value of attribute polling_service_principals.
712 713 714 |
# File 'sig/types.rbs', line 712 def polling_service_principals @polling_service_principals end |