Class: Aws::Types::DaemonCapacityProvider

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)


519
520
521
# File 'sig/types.rbs', line 519

def arn
  @arn
end

#running_count::Integer

Returns the value of attribute running_count.

Returns:

  • (::Integer)


520
521
522
# File 'sig/types.rbs', line 520

def running_count
  @running_count
end

#without_daemon_count::Integer

Returns the value of attribute without_daemon_count.

Returns:

  • (::Integer)


521
522
523
# File 'sig/types.rbs', line 521

def without_daemon_count
  @without_daemon_count
end