Class: Aws::Types::CreateCollectionDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def arn
  @arn
end

#collection_group_name ⇒ ::String

Returns the value of attribute collection_group_name.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def collection_group_name
  @collection_group_name
end

#created_date ⇒ ::Integer

Returns the value of attribute created_date.

Returns:

  • (::Integer)


230
231
232
# File 'sig/types.rbs', line 230

def created_date
  @created_date
end

#deletion_protection ⇒ "ENABLED", "DISABLED"

Returns the value of attribute deletion_protection.

Returns:

  • ("ENABLED", "DISABLED")


228
229
230
# File 'sig/types.rbs', line 228

def deletion_protection
  @deletion_protection
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def id
  @id
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def kms_key_arn
  @kms_key_arn
end

#last_modified_date ⇒ ::Integer

Returns the value of attribute last_modified_date.

Returns:

  • (::Integer)


231
232
233
# File 'sig/types.rbs', line 231

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def name
  @name
end

#standby_replicas ⇒ "ENABLED", "DISABLED"

Returns the value of attribute standby_replicas.

Returns:

  • ("ENABLED", "DISABLED")


227
228
229
# File 'sig/types.rbs', line 227

def standby_replicas
  @standby_replicas
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE", "FAILED", "UPDATE_FAILED")


222
223
224
# File 'sig/types.rbs', line 222

def status
  @status
end

#type ⇒ "SEARCH", ...

Returns the value of attribute type.

Returns:

  • ("SEARCH", "TIMESERIES", "VECTORSEARCH")


223
224
225
# File 'sig/types.rbs', line 223

def type
  @type
end

#vector_options ⇒ Types::VectorOptions

Returns the value of attribute vector_options.



229
230
231
# File 'sig/types.rbs', line 229

def vector_options
  @vector_options
end