Class: Aws::EC2::Types::CancelReservedInstancesListingRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Note:

When making an API call, you may pass CancelReservedInstancesListingRequest data as a hash:

{
  reserved_instances_listing_id: "String", # required
}

Contains the parameters for CancelReservedInstancesListing.

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_instances_listing_idString

The ID of the Reserved Instance listing.

Returns:

  • (String)


2248
2249
2250
2251
# File 'lib/aws-sdk-ec2/types.rb', line 2248

class CancelReservedInstancesListingRequest < Struct.new(
  :reserved_instances_listing_id)
  include Aws::Structure
end