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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#successfulArray<String>

The IDs of the Dedicated Hosts that were successfully released.

Returns:

  • (Array<String>)


28880
28881
28882
28883
28884
# File 'lib/aws-sdk-ec2/types.rb', line 28880

class ReleaseHostsResult < Struct.new(
  :successful,
  :unsuccessful)
  include Aws::Structure
end

#unsuccessfulArray<Types::UnsuccessfulItem>

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

Returns:



28880
28881
28882
28883
28884
# File 'lib/aws-sdk-ec2/types.rb', line 28880

class ReleaseHostsResult < Struct.new(
  :successful,
  :unsuccessful)
  include Aws::Structure
end