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

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

#successful ⇒ Array<String>

The IDs of the Dedicated Hosts that were successfully modified.

Returns:

  • (Array<String>)


65616
65617
65618
65619
65620
65621
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65616

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

#unsuccessful ⇒ Array<Types::UnsuccessfulItem>

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

Returns:



65616
65617
65618
65619
65620
65621
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65616

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