Class: Aws::CloudFormation::Types::TemplateProgress

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

A summary of the progress of the template generation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resources_failedInteger

The number of resources that failed the template generation.

Returns:

  • (Integer)


9946
9947
9948
9949
9950
9951
9952
9953
# File 'lib/aws-sdk-cloudformation/types.rb', line 9946

class TemplateProgress < Struct.new(
  :resources_succeeded,
  :resources_failed,
  :resources_processing,
  :resources_pending)
  SENSITIVE = []
  include Aws::Structure
end

#resources_pendingInteger

The number of resources that are still pending the template generation.

Returns:

  • (Integer)


9946
9947
9948
9949
9950
9951
9952
9953
# File 'lib/aws-sdk-cloudformation/types.rb', line 9946

class TemplateProgress < Struct.new(
  :resources_succeeded,
  :resources_failed,
  :resources_processing,
  :resources_pending)
  SENSITIVE = []
  include Aws::Structure
end

#resources_processingInteger

The number of resources that are in-process for the template generation.

Returns:

  • (Integer)


9946
9947
9948
9949
9950
9951
9952
9953
# File 'lib/aws-sdk-cloudformation/types.rb', line 9946

class TemplateProgress < Struct.new(
  :resources_succeeded,
  :resources_failed,
  :resources_processing,
  :resources_pending)
  SENSITIVE = []
  include Aws::Structure
end

#resources_succeededInteger

The number of resources that succeeded the template generation.

Returns:

  • (Integer)


9946
9947
9948
9949
9950
9951
9952
9953
# File 'lib/aws-sdk-cloudformation/types.rb', line 9946

class TemplateProgress < Struct.new(
  :resources_succeeded,
  :resources_failed,
  :resources_processing,
  :resources_pending)
  SENSITIVE = []
  include Aws::Structure
end