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)


673
674
675
# File 'sig/types.rbs', line 673

def arn
  @arn
end

#capacity_providers::Array[Types::DaemonCapacityProvider]

Returns the value of attribute capacity_providers.

Returns:



674
675
676
# File 'sig/types.rbs', line 674

def capacity_providers
  @capacity_providers
end

#total_running_count::Integer

Returns the value of attribute total_running_count.

Returns:

  • (::Integer)


675
676
677
# File 'sig/types.rbs', line 675

def total_running_count
  @total_running_count
end