Method: Awspec::Type::AutoscalingGroup#id
- Defined in:
- lib/awspec/type/autoscaling_group.rb
#id ⇒ Object
10 11 12 |
# File 'lib/awspec/type/autoscaling_group.rb', line 10 def id @id ||= resource_via_client.auto_scaling_group_arn if resource_via_client end |