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)


2131
2132
2133
2134
2135
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2131

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