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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


7054
7055
7056
7057
7058
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7054

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