Class: Aws::EC2::Types::RejectCapacityReservationBillingOwnershipResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RejectCapacityReservationBillingOwnershipResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ Boolean
Returns
trueif the request succeeds; otherwise, it returns an error.
Instance Attribute Details
#return ⇒ Boolean
Returns true if the request succeeds; otherwise, it returns an
error.
70543 70544 70545 70546 70547 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70543 class RejectCapacityReservationBillingOwnershipResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |