lib/aws-sdk-autoscaling/activity.rb in aws-sdk-autoscaling-1.54.0 vs lib/aws-sdk-autoscaling/activity.rb in aws-sdk-autoscaling-1.55.0
- old
+ new
@@ -87,9 +87,22 @@
# @return [String]
def details
data[:details]
end
+ # The state of the Auto Scaling group, which is either `InService` or
+ # `Deleted`.
+ # @return [String]
+ def auto_scaling_group_state
+ data[:auto_scaling_group_state]
+ end
+
+ # The Amazon Resource Name (ARN) of the Auto Scaling group.
+ # @return [String]
+ def auto_scaling_group_arn
+ data[:auto_scaling_group_arn]
+ end
+
# @!endgroup
# @return [Client]
def client
@client