Class: Aws::EC2::Types::DisassociateCapacityReservationBillingOwnerResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisassociateCapacityReservationBillingOwnerResult
- 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.
31580 31581 31582 31583 31584 |
# File 'lib/aws-sdk-ec2/types.rb', line 31580 class DisassociateCapacityReservationBillingOwnerResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |