Class: Aws::CustomerProfiles::Types::DataStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DataStoreResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
The data store response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
True if data store is enabled for this domain.
-
#readiness ⇒ Types::Readiness
Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.
Instance Attribute Details
#enabled ⇒ Boolean
True if data store is enabled for this domain
2092 2093 2094 2095 2096 2097 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2092 class DataStoreResponse < Struct.new( :enabled, :readiness) SENSITIVE = [] include Aws::Structure end |
#readiness ⇒ Types::Readiness
Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.
2092 2093 2094 2095 2096 2097 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2092 class DataStoreResponse < Struct.new( :enabled, :readiness) SENSITIVE = [] include Aws::Structure end |