Class: Aws::Types::InstanceTypeSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bid_price::String

Returns the value of attribute bid_price.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def bid_price
  @bid_price
end

#bid_price_as_percentage_of_on_demand_price::Float

Returns the value of attribute bid_price_as_percentage_of_on_demand_price.

Returns:

  • (::Float)


847
848
849
# File 'sig/types.rbs', line 847

def bid_price_as_percentage_of_on_demand_price
  @bid_price_as_percentage_of_on_demand_price
end

#configurations::Array[Types::Configuration]

Returns the value of attribute configurations.

Returns:



848
849
850
# File 'sig/types.rbs', line 848

def configurations
  @configurations
end

#custom_ami_id::String

Returns the value of attribute custom_ami_id.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def custom_ami_id
  @custom_ami_id
end

#ebs_block_devices::Array[Types::EbsBlockDevice]

Returns the value of attribute ebs_block_devices.

Returns:



849
850
851
# File 'sig/types.rbs', line 849

def ebs_block_devices
  @ebs_block_devices
end

#ebs_optimizedBoolean

Returns the value of attribute ebs_optimized.

Returns:

  • (Boolean)


850
851
852
# File 'sig/types.rbs', line 850

def ebs_optimized
  @ebs_optimized
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def instance_type
  @instance_type
end

#priority::Float

Returns the value of attribute priority.

Returns:

  • (::Float)


852
853
854
# File 'sig/types.rbs', line 852

def priority
  @priority
end

#weighted_capacity::Integer

Returns the value of attribute weighted_capacity.

Returns:

  • (::Integer)


845
846
847
# File 'sig/types.rbs', line 845

def weighted_capacity
  @weighted_capacity
end