class Awsrm::AutoscalingGroup::AutoscalingGroupReader

Public Instance Methods

arn() click to toggle source
# File lib/awsrm/resources/autoscaling_group.rb, line 44
def arn
  @resource.auto_scaling_group_arn
end
id() click to toggle source
# File lib/awsrm/resources/autoscaling_group.rb, line 40
def id
  @resource.auto_scaling_group_name
end