Class: Aws::EC2::Types::CancelReservedInstancesListingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CancelReservedInstancesListingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the parameters for CancelReservedInstancesListing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reserved_instances_listing_id ⇒ String
The ID of the Reserved Instance listing.
Instance Attribute Details
#reserved_instances_listing_id ⇒ String
The ID of the Reserved Instance listing.
4455 4456 4457 4458 4459 |
# File 'lib/aws-sdk-ec2/types.rb', line 4455 class CancelReservedInstancesListingRequest < Struct.new( :reserved_instances_listing_id) SENSITIVE = [] include Aws::Structure end |