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

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

#host_idsArray<String>

The IDs of the Dedicated Hosts to release.

Returns:

  • (Array<String>)


54710
54711
54712
54713
54714
# File 'lib/aws-sdk-ec2/types.rb', line 54710

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