Class: Aws::Types::DescribeWarmPoolType
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWarmPoolType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
580 581 582 |
# File 'sig/types.rbs', line 580 def auto_scaling_group_name @auto_scaling_group_name end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
581 582 583 |
# File 'sig/types.rbs', line 581 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
582 583 584 |
# File 'sig/types.rbs', line 582 def next_token @next_token end |