You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::ReleaseHostsResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#successfulArray<String>

The IDs of the Dedicated Hosts that were successfully released.

Returns:

  • (Array<String>)

    The IDs of the Dedicated Hosts that were successfully released.

#unsuccessfulArray<Types::UnsuccessfulItem>

The IDs of the Dedicated Hosts that could not be released, including an error message.

Returns:

  • (Array<Types::UnsuccessfulItem>)

    The IDs of the Dedicated Hosts that could not be released, including an error message.