Method: Stax::Aws::Asg.describe
- Defined in:
- lib/stax/aws/asg.rb
.describe(names) ⇒ Object
13 14 15 16 17 |
# File 'lib/stax/aws/asg.rb', line 13 def describe(names) paginate(:auto_scaling_groups) do |token| client.describe_auto_scaling_groups(auto_scaling_group_names: Array(names), next_token: token) end end |