Class: Aws::Types::ScalingParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_instance_type"search.m1.small", ...

Returns the value of attribute desired_instance_type.

Returns:

  • ("search.m1.small", "search.m1.large", "search.m2.xlarge", "search.m2.2xlarge", "search.m3.medium", "search.m3.large", "search.m3.xlarge", "search.m3.2xlarge", "search.small", "search.medium", "search.large", "search.xlarge", "search.2xlarge", "search.previousgeneration.small", "search.previousgeneration.large", "search.previousgeneration.xlarge", "search.previousgeneration.2xlarge")


476
477
478
# File 'sig/types.rbs', line 476

def desired_instance_type
  @desired_instance_type
end

#desired_partition_count::Integer

Returns the value of attribute desired_partition_count.

Returns:

  • (::Integer)


478
479
480
# File 'sig/types.rbs', line 478

def desired_partition_count
  @desired_partition_count
end

#desired_replication_count::Integer

Returns the value of attribute desired_replication_count.

Returns:

  • (::Integer)


477
478
479
# File 'sig/types.rbs', line 477

def desired_replication_count
  @desired_replication_count
end