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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabledBoolean

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

Returns:

  • (Boolean)


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