Class: Aws::Deadline::Types::ServiceManagedEc2FleetConfiguration

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

Overview

The configuration details for a service managed EC2 fleet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_capabilitiesTypes::ServiceManagedEc2InstanceCapabilities

The instance capabilities for the service managed EC2 fleet.



8107
8108
8109
8110
8111
8112
8113
8114
# File 'lib/aws-sdk-deadline/types.rb', line 8107

class ServiceManagedEc2FleetConfiguration < Struct.new(
  :instance_capabilities,
  :instance_market_options,
  :vpc_configuration,
  :storage_profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_market_optionsTypes::ServiceManagedEc2InstanceMarketOptions

The instance market options for the service managed EC2 fleet.



8107
8108
8109
8110
8111
8112
8113
8114
# File 'lib/aws-sdk-deadline/types.rb', line 8107

class ServiceManagedEc2FleetConfiguration < Struct.new(
  :instance_capabilities,
  :instance_market_options,
  :vpc_configuration,
  :storage_profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#storage_profile_idString

The storage profile ID for the service managed EC2 fleet.

Returns:

  • (String)


8107
8108
8109
8110
8111
8112
8113
8114
# File 'lib/aws-sdk-deadline/types.rb', line 8107

class ServiceManagedEc2FleetConfiguration < Struct.new(
  :instance_capabilities,
  :instance_market_options,
  :vpc_configuration,
  :storage_profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configurationTypes::VpcConfiguration

The VPC configuration for the service managed EC2 fleet.



8107
8108
8109
8110
8111
8112
8113
8114
# File 'lib/aws-sdk-deadline/types.rb', line 8107

class ServiceManagedEc2FleetConfiguration < Struct.new(
  :instance_capabilities,
  :instance_market_options,
  :vpc_configuration,
  :storage_profile_id)
  SENSITIVE = []
  include Aws::Structure
end