Class: Aws::EC2::Types::ModifyCapacityReservationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyCapacityReservationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ Boolean
Returns ‘true` if the request succeeds; otherwise, it returns an error.
Instance Attribute Details
#return ⇒ Boolean
Returns ‘true` if the request succeeds; otherwise, it returns an error.
50401 50402 50403 50404 50405 |
# File 'lib/aws-sdk-ec2/types.rb', line 50401 class ModifyCapacityReservationResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |