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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 modified.

Returns:

  • (Array<String>)


46753
46754
46755
46756
46757
46758
# File 'lib/aws-sdk-ec2/types.rb', line 46753

class ModifyHostsResult < Struct.new(
  :successful,
  :unsuccessful)
  SENSITIVE = []
  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:



46753
46754
46755
46756
46757
46758
# File 'lib/aws-sdk-ec2/types.rb', line 46753

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