Class: Aws::EC2::Types::RejectCapacityReservationBillingOwnershipResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RejectCapacityReservationBillingOwnershipResult
- 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.
69575 69576 69577 69578 69579 |
# File 'lib/aws-sdk-ec2/types.rb', line 69575 class RejectCapacityReservationBillingOwnershipResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |