Module: Fog::Parsers::AWS::Compute

Defined in:
lib/fog/aws/parsers/compute/basic.rb,
lib/fog/aws/parsers/compute/create_image.rb,
lib/fog/aws/parsers/compute/attach_volume.rb,
lib/fog/aws/parsers/compute/create_volume.rb,
lib/fog/aws/parsers/compute/describe_tags.rb,
lib/fog/aws/parsers/compute/detach_volume.rb,
lib/fog/aws/parsers/compute/run_instances.rb,
lib/fog/aws/parsers/compute/register_image.rb,
lib/fog/aws/parsers/compute/create_key_pair.rb,
lib/fog/aws/parsers/compute/create_snapshot.rb,
lib/fog/aws/parsers/compute/describe_images.rb,
lib/fog/aws/parsers/compute/import_key_pair.rb,
lib/fog/aws/parsers/compute/allocate_address.rb,
lib/fog/aws/parsers/compute/deregister_image.rb,
lib/fog/aws/parsers/compute/describe_regions.rb,
lib/fog/aws/parsers/compute/describe_volumes.rb,
lib/fog/aws/parsers/compute/describe_addresses.rb,
lib/fog/aws/parsers/compute/describe_instances.rb,
lib/fog/aws/parsers/compute/describe_key_pairs.rb,
lib/fog/aws/parsers/compute/describe_snapshots.rb,
lib/fog/aws/parsers/compute/get_console_output.rb,
lib/fog/aws/parsers/compute/terminate_instances.rb,
lib/fog/aws/parsers/compute/start_stop_instances.rb,
lib/fog/aws/parsers/compute/describe_security_groups.rb,
lib/fog/aws/parsers/compute/describe_availability_zones.rb,
lib/fog/aws/parsers/compute/describe_reserved_instances.rb

Defined Under Namespace

Classes: AllocateAddress, AttachVolume, Basic, CreateImage, CreateKeyPair, CreateSnapshot, CreateVolume, DeregisterImage, DescribeAddresses, DescribeAvailabilityZones, DescribeImages, DescribeInstances, DescribeKeyPairs, DescribeRegions, DescribeReservedInstances, DescribeSecurityGroups, DescribeSnapshots, DescribeTags, DescribeVolumes, DetachVolume, GetConsoleOutput, ImportKeyPair, RegisterImage, RunInstances, StartStopInstances, TerminateInstances