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>)


71476
71477
71478
71479
71480
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71476

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