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)


595
596
597
# File 'sig/types.rbs', line 595

def arn
  @arn
end

#draining_instance_count::Integer

Returns the value of attribute draining_instance_count.

Returns:

  • (::Integer)


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

def draining_instance_count
  @draining_instance_count
end

#running_instance_count::Integer

Returns the value of attribute running_instance_count.

Returns:

  • (::Integer)


596
597
598
# File 'sig/types.rbs', line 596

def running_instance_count
  @running_instance_count
end