Class: Aws::Types::DeploymentOverview

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed::Integer

Returns the value of attribute failed.

Returns:

  • (::Integer)


428
429
430
# File 'sig/types.rbs', line 428

def failed
  @failed
end

#in_progress::Integer

Returns the value of attribute in_progress.

Returns:

  • (::Integer)


426
427
428
# File 'sig/types.rbs', line 426

def in_progress
  @in_progress
end

#pending::Integer

Returns the value of attribute pending.

Returns:

  • (::Integer)


425
426
427
# File 'sig/types.rbs', line 425

def pending
  @pending
end

#ready::Integer

Returns the value of attribute ready.

Returns:

  • (::Integer)


430
431
432
# File 'sig/types.rbs', line 430

def ready
  @ready
end

#skipped::Integer

Returns the value of attribute skipped.

Returns:

  • (::Integer)


429
430
431
# File 'sig/types.rbs', line 429

def skipped
  @skipped
end

#succeeded::Integer

Returns the value of attribute succeeded.

Returns:

  • (::Integer)


427
428
429
# File 'sig/types.rbs', line 427

def succeeded
  @succeeded
end