Class: Aws::EC2::Types::CancelReservedInstancesListingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CancelReservedInstancesListingResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output of CancelReservedInstancesListing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reserved_instances_listings ⇒ Array<Types::ReservedInstancesListing>
The Reserved Instance listing.
Instance Attribute Details
#reserved_instances_listings ⇒ Array<Types::ReservedInstancesListing>
The Reserved Instance listing.
4469 4470 4471 4472 4473 |
# File 'lib/aws-sdk-ec2/types.rb', line 4469 class CancelReservedInstancesListingResult < Struct.new( :reserved_instances_listings) SENSITIVE = [] include Aws::Structure end |