# Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink; you cannot use this request to return information about other instances.
#
# ==== Parameters
# * options<~Hash>
# * instance_ids<~Array> - An array of instance ids to restruct the results to
# * filters<~Hash> - Filters to restrict the results to. Recognises vpc-id, group-id, instance-id in addition
# to tag-key, tag-value and tag:key
# * max_results
# * next_token
# === Returns
# * response<~Excon::Response>:
# * body<~Hash>:
# * 'requestId'<~String> - Id of request
# * 'instancesSet'<~Array> - array of ClassicLinkInstance
# * 'vpcId'<~String>
# * 'instanceId'<~String>
# * 'tagSet'<~Hash>
# * 'groups'<~Array>
# * groupId <~String>
# * groupName <~String>
# (Amazon API Reference)[http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeClassicLinkInstances.html