Class: Aws::Deadline::Types::ServiceManagedEc2InstanceMarketOptions

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

Overview

The details of the Amazon EC2 instance market options for a service managed fleet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The Amazon EC2 instance type.

Returns:

  • (String)


7265
7266
7267
7268
7269
# File 'lib/aws-sdk-deadline/types.rb', line 7265

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