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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


8168
8169
8170
8171
8172
8173
# File 'lib/aws-sdk-customerprofiles/types.rb', line 8168

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)


8168
8169
8170
8171
8172
8173
# File 'lib/aws-sdk-customerprofiles/types.rb', line 8168

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