Class: Aws::Types::InstanceGroupScalingMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


6779
6780
6781
# File 'sig/types.rbs', line 6779

def failure_message
  @failure_message
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


6776
6777
6778
# File 'sig/types.rbs', line 6776

def instance_count
  @instance_count
end

#min_count::Integer

Returns the value of attribute min_count.

Returns:

  • (::Integer)


6778
6779
6780
# File 'sig/types.rbs', line 6778

def min_count
  @min_count
end

#target_count::Integer

Returns the value of attribute target_count.

Returns:

  • (::Integer)


6777
6778
6779
# File 'sig/types.rbs', line 6777

def target_count
  @target_count
end