Class: Aws::EC2::Types::ReleaseHostsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ReleaseHostsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#successful ⇒ Array<String>
The IDs of the Dedicated Hosts that were successfully released.
-
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
The IDs of the Dedicated Hosts that could not be released, including an error message.
Instance Attribute Details
#successful ⇒ Array<String>
The IDs of the Dedicated Hosts that were successfully released.
59768 59769 59770 59771 59772 59773 |
# File 'lib/aws-sdk-ec2/types.rb', line 59768 class ReleaseHostsResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end |
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
The IDs of the Dedicated Hosts that could not be released, including an error message.
59768 59769 59770 59771 59772 59773 |
# File 'lib/aws-sdk-ec2/types.rb', line 59768 class ReleaseHostsResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end |