Class: Aws::EC2::Types::ModifyHostsResult

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

Overview

Contains the output of ModifyHosts.

Instance Attribute Summary collapse

Instance Attribute Details

#successfulArray<String>

The IDs of the Dedicated Hosts that were successfully modified.

Returns:

  • (Array<String>)


16085
16086
16087
16088
16089
# File 'lib/aws-sdk-ec2/types.rb', line 16085

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

#unsuccessfulArray<Types::UnsuccessfulItem>

The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.

Returns:



16085
16086
16087
16088
16089
# File 'lib/aws-sdk-ec2/types.rb', line 16085

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