Class: Aws::Types::DaemonDeploymentRevisionDetail

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)


609
610
611
# File 'sig/types.rbs', line 609

def arn
  @arn
end

#capacity_providers::Array[Types::DaemonDeploymentCapacityProvider]

Returns the value of attribute capacity_providers.



610
611
612
# File 'sig/types.rbs', line 610

def capacity_providers
  @capacity_providers
end

#total_draining_instance_count::Integer

Returns the value of attribute total_draining_instance_count.

Returns:

  • (::Integer)


612
613
614
# File 'sig/types.rbs', line 612

def total_draining_instance_count
  @total_draining_instance_count
end

#total_running_instance_count::Integer

Returns the value of attribute total_running_instance_count.

Returns:

  • (::Integer)


611
612
613
# File 'sig/types.rbs', line 611

def total_running_instance_count
  @total_running_instance_count
end