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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/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)


9968
9969
9970
9971
9972
9973
9974
9975
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9968

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)


9968
9969
9970
9971
9972
9973
9974
9975
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9968

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)


9968
9969
9970
9971
9972
9973
9974
9975
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9968

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)


9968
9969
9970
9971
9972
9973
9974
9975
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9968

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