NAME
Net::Amazon::EC2::TerminateInstancesResponse
DESCRIPTION
A class representing the response from a terminate_instance call.
ATTRIBUTES
- instance_id (required)
-
The instance id of the terminating instance.
- shutdown_code (required)
-
A 16-bit unsigned integer. The high byte is an opaque internal value and should be ignored. The low byte is set based on the state represented
- shutdown_name (required)
-
The current state of the instance.
- previous_code (required)
-
A 16-bit unsigned integer. The high byte is an opaque internal value and should be ignored. The low byte is set based on the state represented.
- previous_name (required)
-
The previous state of the instance.
AUTHOR
Jeff Kim <jkim@chosec.com>
COPYRIGHT
Copyright (c) 2006-2009 Jeff Kim. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 50:
You forgot a '=back' before '=head1'