Class: Aws::Types::ProvisionedPollerConfig
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedPollerConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_pollers ⇒ ::Integer
Returns the value of attribute maximum_pollers.
-
#minimum_pollers ⇒ ::Integer
Returns the value of attribute minimum_pollers.
-
#poller_group_name ⇒ ::String
Returns the value of attribute poller_group_name.
Instance Attribute Details
#maximum_pollers ⇒ ::Integer
Returns the value of attribute maximum_pollers.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def maximum_pollers @maximum_pollers end |
#minimum_pollers ⇒ ::Integer
Returns the value of attribute minimum_pollers.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def minimum_pollers @minimum_pollers end |
#poller_group_name ⇒ ::String
Returns the value of attribute poller_group_name.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def poller_group_name @poller_group_name end |