Class: Aws::EC2::Types::GetSpotPlacementScoresRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Returns:

  • (Boolean)


35650
35651
35652
35653
35654
35655
35656
35657
35658
35659
35660
35661
35662
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35650

class GetSpotPlacementScoresRequest < Struct.new(
  :instance_types,
  :target_capacity,
  :target_capacity_unit_type,
  :single_availability_zone,
  :region_names,
  :instance_requirements_with_metadata,
  :dry_run,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#instance_requirements_with_metadataTypes::InstanceRequirementsWithMetadataRequest

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

If you specify InstanceRequirementsWithMetadata, you can't specify InstanceTypes.



35650
35651
35652
35653
35654
35655
35656
35657
35658
35659
35660
35661
35662
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35650

class GetSpotPlacementScoresRequest < Struct.new(
  :instance_types,
  :target_capacity,
  :target_capacity_unit_type,
  :single_availability_zone,
  :region_names,
  :instance_requirements_with_metadata,
  :dry_run,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typesArray<String>

The instance types. We recommend that you specify at least three instance types. If you specify one or two instance types, or specify variations of a single instance type (for example, an m3.xlarge with and without instance storage), the returned placement score will always be low.

If you specify InstanceTypes, you can't specify InstanceRequirementsWithMetadata.

Returns:

  • (Array<String>)


35650
35651
35652
35653
35654
35655
35656
35657
35658
35659
35660
35661
35662
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35650

class GetSpotPlacementScoresRequest < Struct.new(
  :instance_types,
  :target_capacity,
  :target_capacity_unit_type,
  :single_availability_zone,
  :region_names,
  :instance_requirements_with_metadata,
  :dry_run,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

Returns:

  • (Integer)


35650
35651
35652
35653
35654
35655
35656
35657
35658
35659
35660
35661
35662
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35650

class GetSpotPlacementScoresRequest < Struct.new(
  :instance_types,
  :target_capacity,
  :target_capacity_unit_type,
  :single_availability_zone,
  :region_names,
  :instance_requirements_with_metadata,
  :dry_run,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

Returns:

  • (String)


35650
35651
35652
35653
35654
35655
35656
35657
35658
35659
35660
35661
35662
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35650

class GetSpotPlacementScoresRequest < Struct.new(
  :instance_types,
  :target_capacity,
  :target_capacity_unit_type,
  :single_availability_zone,
  :region_names,
  :instance_requirements_with_metadata,
  :dry_run,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#region_namesArray<String>

The Regions used to narrow down the list of Regions to be scored. Enter the Region code, for example, us-east-1.

Returns:

  • (Array<String>)


35650
35651
35652
35653
35654
35655
35656
35657
35658
35659
35660
35661
35662
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35650

class GetSpotPlacementScoresRequest < Struct.new(
  :instance_types,
  :target_capacity,
  :target_capacity_unit_type,
  :single_availability_zone,
  :region_names,
  :instance_requirements_with_metadata,
  :dry_run,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#single_availability_zoneBoolean

Specify true so that the response returns a list of scored Availability Zones. Otherwise, the response returns a list of scored Regions.

A list of scored Availability Zones is useful if you want to launch all of your Spot capacity into a single Availability Zone.

Returns:

  • (Boolean)


35650
35651
35652
35653
35654
35655
35656
35657
35658
35659
35660
35661
35662
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35650

class GetSpotPlacementScoresRequest < Struct.new(
  :instance_types,
  :target_capacity,
  :target_capacity_unit_type,
  :single_availability_zone,
  :region_names,
  :instance_requirements_with_metadata,
  :dry_run,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#target_capacityInteger

The target capacity.

Returns:

  • (Integer)


35650
35651
35652
35653
35654
35655
35656
35657
35658
35659
35660
35661
35662
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35650

class GetSpotPlacementScoresRequest < Struct.new(
  :instance_types,
  :target_capacity,
  :target_capacity_unit_type,
  :single_availability_zone,
  :region_names,
  :instance_requirements_with_metadata,
  :dry_run,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#target_capacity_unit_typeString

The unit for the target capacity.

Returns:

  • (String)


35650
35651
35652
35653
35654
35655
35656
35657
35658
35659
35660
35661
35662
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35650

class GetSpotPlacementScoresRequest < Struct.new(
  :instance_types,
  :target_capacity,
  :target_capacity_unit_type,
  :single_availability_zone,
  :region_names,
  :instance_requirements_with_metadata,
  :dry_run,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end