Class: Aws::Deadline::Types::ServiceManagedEc2FleetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ServiceManagedEc2FleetConfiguration
- 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_capabilities ⇒ Types::ServiceManagedEc2InstanceCapabilities
The instance capabilities for the service managed EC2 fleet.
-
#instance_market_options ⇒ Types::ServiceManagedEc2InstanceMarketOptions
The instance market options for the service managed EC2 fleet.
-
#storage_profile_id ⇒ String
The storage profile ID for the service managed EC2 fleet.
-
#vpc_configuration ⇒ Types::VpcConfiguration
The VPC configuration for the service managed EC2 fleet.
Instance Attribute Details
#instance_capabilities ⇒ Types::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_options ⇒ Types::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_id ⇒ String
The storage profile ID 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 |
#vpc_configuration ⇒ Types::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 |