Class: Aws::Types::InstanceTypeConfig

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)


834
835
836
# File 'sig/types.rbs', line 834

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)


835
836
837
# File 'sig/types.rbs', line 835

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:



837
838
839
# File 'sig/types.rbs', line 837

def configurations
  @configurations
end

#custom_ami_id::String

Returns the value of attribute custom_ami_id.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def custom_ami_id
  @custom_ami_id
end

#ebs_configurationTypes::EbsConfiguration

Returns the value of attribute ebs_configuration.



836
837
838
# File 'sig/types.rbs', line 836

def ebs_configuration
  @ebs_configuration
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def instance_type
  @instance_type
end

#priority::Float

Returns the value of attribute priority.

Returns:

  • (::Float)


839
840
841
# File 'sig/types.rbs', line 839

def priority
  @priority
end

#weighted_capacity::Integer

Returns the value of attribute weighted_capacity.

Returns:

  • (::Integer)


833
834
835
# File 'sig/types.rbs', line 833

def weighted_capacity
  @weighted_capacity
end