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_configuration ⇒ Types::AnalyticsConfiguration

Returns the value of attribute analytics_configuration.



184
185
186
# File 'sig/types.rbs', line 184

def analytics_configuration
  @analytics_configuration
end

#backup_status_info ⇒ Types::DatastoreBackupStatus

Returns the value of attribute backup_status_info.



186
187
188
# File 'sig/types.rbs', line 186

def backup_status_info
  @backup_status_info
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


176
177
178
# File 'sig/types.rbs', line 176

def created_at
  @created_at
end

#datastore_arn ⇒ ::String

Returns the value of attribute datastore_arn.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def datastore_arn
  @datastore_arn
end

#datastore_endpoint ⇒ ::String

Returns the value of attribute datastore_endpoint.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def datastore_endpoint
  @datastore_endpoint
end

#datastore_id ⇒ ::String

Returns the value of attribute datastore_id.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def datastore_id
  @datastore_id
end

#datastore_name ⇒ ::String

Returns the value of attribute datastore_name.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

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")


175
176
177
# File 'sig/types.rbs', line 175

def datastore_status
  @datastore_status
end

#datastore_type_version ⇒ "R4"

Returns the value of attribute datastore_type_version.

Returns:

  • ("R4")


177
178
179
# File 'sig/types.rbs', line 177

def datastore_type_version
  @datastore_type_version
end

#error_cause ⇒ Types::ErrorCause

Returns the value of attribute error_cause.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def error_cause
  @error_cause
end

#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration

Returns the value of attribute identity_provider_configuration.



181
182
183
# File 'sig/types.rbs', line 181

def identity_provider_configuration
  @identity_provider_configuration
end

#nlp_configuration ⇒ Types::NlpConfiguration

Returns the value of attribute nlp_configuration.



183
184
185
# File 'sig/types.rbs', line 183

def nlp_configuration
  @nlp_configuration
end

#preload_data_config ⇒ Types::PreloadDataConfig

Returns the value of attribute preload_data_config.



180
181
182
# File 'sig/types.rbs', line 180

def preload_data_config
  @preload_data_config
end

#profile_configuration ⇒ Types::ProfileConfiguration

Returns the value of attribute profile_configuration.



185
186
187
# File 'sig/types.rbs', line 185

def profile_configuration
  @profile_configuration
end

#sse_configuration ⇒ Types::SseConfiguration

Returns the value of attribute sse_configuration.



179
180
181
# File 'sig/types.rbs', line 179

def sse_configuration
  @sse_configuration
end