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

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

Overview

Contains the parameters for CancelReservedInstancesListing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_instances_listing_idString

The ID of the Reserved Instance listing.

Returns:

  • (String)


4083
4084
4085
4086
4087
# File 'lib/aws-sdk-ec2/types.rb', line 4083

class CancelReservedInstancesListingRequest < Struct.new(
  :reserved_instances_listing_id)
  SENSITIVE = []
  include Aws::Structure
end