Class: Aws::Types::AutoScalingGroupNamesType
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingGroupNamesType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_names ⇒ ::Array[::String]
Returns the value of attribute auto_scaling_group_names.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#include_instances ⇒ Boolean
Returns the value of attribute include_instances.
-
#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_names ⇒ ::Array[::String]
Returns the value of attribute auto_scaling_group_names.
157 158 159 |
# File 'sig/types.rbs', line 157 def auto_scaling_group_names @auto_scaling_group_names end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
161 162 163 |
# File 'sig/types.rbs', line 161 def filters @filters end |
#include_instances ⇒ Boolean
Returns the value of attribute include_instances.
158 159 160 |
# File 'sig/types.rbs', line 158 def include_instances @include_instances end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
160 161 162 |
# File 'sig/types.rbs', line 160 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
159 160 161 |
# File 'sig/types.rbs', line 159 def next_token @next_token end |