Class: Aws::Types::DaemonRevisionDetail

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)


679
680
681
# File 'sig/types.rbs', line 679

def arn
  @arn
end

#capacity_providers::Array[Types::DaemonCapacityProvider]

Returns the value of attribute capacity_providers.

Returns:



680
681
682
# File 'sig/types.rbs', line 680

def capacity_providers
  @capacity_providers
end

#total_running_count::Integer

Returns the value of attribute total_running_count.

Returns:

  • (::Integer)


681
682
683
# File 'sig/types.rbs', line 681

def total_running_count
  @total_running_count
end

#total_without_daemon_count::Integer

Returns the value of attribute total_without_daemon_count.

Returns:

  • (::Integer)


682
683
684
# File 'sig/types.rbs', line 682

def total_without_daemon_count
  @total_without_daemon_count
end