Class: Aws::EC2::Types::ReleaseHostsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ReleaseHostsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
59751 59752 59753 59754 59755 |
# File 'lib/aws-sdk-ec2/types.rb', line 59751 class ReleaseHostsRequest < Struct.new( :host_ids) SENSITIVE = [] include Aws::Structure end |