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