You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::ReleaseHostsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ReleaseHostsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ReleaseHostsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
host_ids: ["DedicatedHostId"], # required
}
Instance Attribute Summary collapse
-
#host_ids ⇒ Array<String>
The IDs of the Dedicated Hosts to release.
Instance Attribute Details
#host_ids ⇒ Array<String>
The IDs of the Dedicated Hosts to release.