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.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def maximum_pollers @maximum_pollers end |
#minimum_pollers ⇒ ::Integer
Returns the value of attribute minimum_pollers.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def minimum_pollers @minimum_pollers end |
#poller_group_name ⇒ ::String
Returns the value of attribute poller_group_name.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def poller_group_name @poller_group_name end |