class AWS::AutoScaling::Activity

def initialize activity_id, options = {}

Other tags:
    Private: -
def initialize activity_id, options = {}
  @activity_id = activity_id
  super
end