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

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

#host_idsArray<String>

The IDs of the Dedicated Hosts to release.

Returns:

  • (Array<String>)


64602
64603
64604
64605
64606
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64602

class ReleaseHostsRequest < Struct.new(
  :host_ids)
  SENSITIVE = []
  include Aws::Structure
end