Class: Aws::Types::DatastoreProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_configurationTypes::AnalyticsConfiguration

Returns the value of attribute analytics_configuration.



161
162
163
# File 'sig/types.rbs', line 161

def analytics_configuration
  @analytics_configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


153
154
155
# File 'sig/types.rbs', line 153

def created_at
  @created_at
end

#datastore_arn::String

Returns the value of attribute datastore_arn.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def datastore_arn
  @datastore_arn
end

#datastore_endpoint::String

Returns the value of attribute datastore_endpoint.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def datastore_endpoint
  @datastore_endpoint
end

#datastore_id::String

Returns the value of attribute datastore_id.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def datastore_id
  @datastore_id
end

#datastore_name::String

Returns the value of attribute datastore_name.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def datastore_name
  @datastore_name
end

#datastore_status"CREATING", ...

Returns the value of attribute datastore_status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "DELETED", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED")


152
153
154
# File 'sig/types.rbs', line 152

def datastore_status
  @datastore_status
end

#datastore_type_version"R4"

Returns the value of attribute datastore_type_version.

Returns:

  • ("R4")


154
155
156
# File 'sig/types.rbs', line 154

def datastore_type_version
  @datastore_type_version
end

#error_causeTypes::ErrorCause

Returns the value of attribute error_cause.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def error_cause
  @error_cause
end

#identity_provider_configurationTypes::IdentityProviderConfiguration

Returns the value of attribute identity_provider_configuration.



158
159
160
# File 'sig/types.rbs', line 158

def identity_provider_configuration
  @identity_provider_configuration
end

#nlp_configurationTypes::NlpConfiguration

Returns the value of attribute nlp_configuration.



160
161
162
# File 'sig/types.rbs', line 160

def nlp_configuration
  @nlp_configuration
end

#preload_data_configTypes::PreloadDataConfig

Returns the value of attribute preload_data_config.



157
158
159
# File 'sig/types.rbs', line 157

def preload_data_config
  @preload_data_config
end

#profile_configurationTypes::ProfileConfiguration

Returns the value of attribute profile_configuration.



162
163
164
# File 'sig/types.rbs', line 162

def profile_configuration
  @profile_configuration
end

#sse_configurationTypes::SseConfiguration

Returns the value of attribute sse_configuration.



156
157
158
# File 'sig/types.rbs', line 156

def sse_configuration
  @sse_configuration
end