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)


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

def arn
  @arn
end

#capacity_providers::Array[Types::DaemonDeploymentCapacityProvider]

Returns the value of attribute capacity_providers.



614
615
616
# File 'sig/types.rbs', line 614

def capacity_providers
  @capacity_providers
end

#total_draining_instance_count::Integer

Returns the value of attribute total_draining_instance_count.

Returns:

  • (::Integer)


617
618
619
# File 'sig/types.rbs', line 617

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)


615
616
617
# File 'sig/types.rbs', line 615

def total_running_instance_count
  @total_running_instance_count
end

#total_without_daemon_instance_count::Integer

Returns the value of attribute total_without_daemon_instance_count.

Returns:

  • (::Integer)


616
617
618
# File 'sig/types.rbs', line 616

def total_without_daemon_instance_count
  @total_without_daemon_instance_count
end