Class: Aws::Types::DescribeWarmPoolAnswer
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWarmPoolAnswer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instances ⇒ ::Array[Types::Instance]
Returns the value of attribute instances.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#warm_pool_configuration ⇒ Types::WarmPoolConfiguration
Returns the value of attribute warm_pool_configuration.
Instance Attribute Details
#instances ⇒ ::Array[Types::Instance]
Returns the value of attribute instances.
574 575 576 |
# File 'sig/types.rbs', line 574 def instances @instances end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
575 576 577 |
# File 'sig/types.rbs', line 575 def next_token @next_token end |
#warm_pool_configuration ⇒ Types::WarmPoolConfiguration
Returns the value of attribute warm_pool_configuration.
573 574 575 |
# File 'sig/types.rbs', line 573 def warm_pool_configuration @warm_pool_configuration end |