Class: Aws::Types::ServiceManagedEc2FleetConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServiceManagedEc2FleetConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_configuration ⇒ Types::ServiceManagedEc2AutoScalingConfiguration
Returns the value of attribute auto_scaling_configuration.
-
#instance_capabilities ⇒ Types::ServiceManagedEc2InstanceCapabilities
Returns the value of attribute instance_capabilities.
-
#instance_market_options ⇒ Types::ServiceManagedEc2InstanceMarketOptions
Returns the value of attribute instance_market_options.
-
#persistent_volume_configuration ⇒ Types::PersistentVolumeConfiguration
Returns the value of attribute persistent_volume_configuration.
-
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#auto_scaling_configuration ⇒ Types::ServiceManagedEc2AutoScalingConfiguration
Returns the value of attribute auto_scaling_configuration.
2743 2744 2745 |
# File 'sig/types.rbs', line 2743 def auto_scaling_configuration @auto_scaling_configuration end |
#instance_capabilities ⇒ Types::ServiceManagedEc2InstanceCapabilities
Returns the value of attribute instance_capabilities.
2738 2739 2740 |
# File 'sig/types.rbs', line 2738 def instance_capabilities @instance_capabilities end |
#instance_market_options ⇒ Types::ServiceManagedEc2InstanceMarketOptions
Returns the value of attribute instance_market_options.
2739 2740 2741 |
# File 'sig/types.rbs', line 2739 def @instance_market_options end |
#persistent_volume_configuration ⇒ Types::PersistentVolumeConfiguration
Returns the value of attribute persistent_volume_configuration.
2742 2743 2744 |
# File 'sig/types.rbs', line 2742 def persistent_volume_configuration @persistent_volume_configuration end |
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
2741 2742 2743 |
# File 'sig/types.rbs', line 2741 def storage_profile_id @storage_profile_id end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
2740 2741 2742 |
# File 'sig/types.rbs', line 2740 def vpc_configuration @vpc_configuration end |