Class: Aws::Deadline::Types::ServiceManagedEc2FleetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ServiceManagedEc2FleetConfiguration
- Defined in:
- gems/aws-sdk-deadline/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.
8126 8127 8128 8129 8130 8131 8132 8133 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8126 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.
8126 8127 8128 8129 8130 8131 8132 8133 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8126 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.
8126 8127 8128 8129 8130 8131 8132 8133 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8126 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.
8126 8127 8128 8129 8130 8131 8132 8133 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8126 class ServiceManagedEc2FleetConfiguration < Struct.new( :instance_capabilities, :instance_market_options, :vpc_configuration, :storage_profile_id) SENSITIVE = [] include Aws::Structure end |