Class: Aws::Types::DaemonDeploymentCapacityProvider

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def arn
  @arn
end

#draining_instance_count::Integer

Returns the value of attribute draining_instance_count.

Returns:

  • (::Integer)


601
602
603
# File 'sig/types.rbs', line 601

def draining_instance_count
  @draining_instance_count
end

#running_instance_count::Integer

Returns the value of attribute running_instance_count.

Returns:

  • (::Integer)


599
600
601
# File 'sig/types.rbs', line 599

def running_instance_count
  @running_instance_count
end

#without_daemon_instance_count::Integer

Returns the value of attribute without_daemon_instance_count.

Returns:

  • (::Integer)


600
601
602
# File 'sig/types.rbs', line 600

def without_daemon_instance_count
  @without_daemon_instance_count
end