Class: Aws::EC2::Types::PurchaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PurchaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a request to purchase Scheduled Instances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_count ⇒ Integer
The number of instances.
-
#purchase_token ⇒ String
The purchase token.
Instance Attribute Details
#instance_count ⇒ Integer
The number of instances.
55632 55633 55634 55635 55636 55637 |
# File 'lib/aws-sdk-ec2/types.rb', line 55632 class PurchaseRequest < Struct.new( :instance_count, :purchase_token) SENSITIVE = [] include Aws::Structure end |
#purchase_token ⇒ String
The purchase token.
55632 55633 55634 55635 55636 55637 |
# File 'lib/aws-sdk-ec2/types.rb', line 55632 class PurchaseRequest < Struct.new( :instance_count, :purchase_token) SENSITIVE = [] include Aws::Structure end |