Class: Aws::CustomerProfiles::Types::DataStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DataStoreRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
The data store request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enabled: Set to true to enabled data store for this domain.
Instance Attribute Details
#enabled ⇒ Boolean
Enabled: Set to true to enabled data store for this domain.
2073 2074 2075 2076 2077 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2073 class DataStoreRequest < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |