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)


8187
8188
8189
8190
8191
# File 'lib/aws-sdk-deadline/types.rb', line 8187

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