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

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 modified.

Returns:

  • (Array<String>)


25220
25221
25222
25223
25224
# File 'lib/aws-sdk-ec2/types.rb', line 25220

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:



25220
25221
25222
25223
25224
# File 'lib/aws-sdk-ec2/types.rb', line 25220

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