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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#successfulArray<String>

The IDs of the Dedicated Hosts that were successfully released.

Returns:

  • (Array<String>)


55508
55509
55510
55511
55512
55513
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55508

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

#unsuccessfulArray<Types::UnsuccessfulItem>

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

Returns:



55508
55509
55510
55511
55512
55513
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55508

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