Class: Aws::EC2::Types::ReleaseHostsRequest

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

Overview

Note:

When making an API call, you may pass ReleaseHostsRequest data as a hash:

{
  host_ids: ["String"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#host_idsArray<String>

The IDs of the Dedicated Hosts to release.

Returns:

  • (Array<String>)


29092
29093
29094
29095
# File 'lib/aws-sdk-ec2/types.rb', line 29092

class ReleaseHostsRequest < Struct.new(
  :host_ids)
  include Aws::Structure
end