Class: Aws::CustomerProfiles::Types::Readiness

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Any customer messaging.

Returns:

  • (String)


6898
6899
6900
6901
6902
6903
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6898

class Readiness < Struct.new(
  :progress_percentage,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#progress_percentageInteger

Approximately how far the Calculated Attribute creation is from completion.

Returns:

  • (Integer)


6898
6899
6900
6901
6902
6903
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6898

class Readiness < Struct.new(
  :progress_percentage,
  :message)
  SENSITIVE = []
  include Aws::Structure
end