Class: Aws::CustomerProfiles::Types::DataStoreRequest

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

Overview

The data store request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Enabled: Set to true to enabled data store for this domain.

Returns:

  • (Boolean)


2073
2074
2075
2076
2077
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2073

class DataStoreRequest < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end