Class: Awsrm::AutoscallingGroup::AutoscallingGroupReader

Inherits:
ResourceReader
  • Object
show all
Defined in:
lib/awsrm/autoscaling_group.rb

Instance Method Summary collapse

Methods inherited from ResourceReader

#initialize

Constructor Details

This class inherits a constructor from Awsrm::ResourceReader

Instance Method Details

#arnObject



49
50
51
# File 'lib/awsrm/autoscaling_group.rb', line 49

def arn
  @resource.auto_scaling_group_arn
end

#idObject



45
46
47
# File 'lib/awsrm/autoscaling_group.rb', line 45

def id
  @resource.auto_scaling_group_name
end