Class: Aws::EC2::Types::ModifySpotFleetRequestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifySpotFleetRequestResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output of ModifySpotFleetRequest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ Boolean
If the request succeeds, the response returns ‘true`.
Instance Attribute Details
#return ⇒ Boolean
If the request succeeds, the response returns ‘true`. If the request fails, no response is returned, and instead an error message is returned.
52648 52649 52650 52651 52652 |
# File 'lib/aws-sdk-ec2/types.rb', line 52648 class ModifySpotFleetRequestResponse < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |