Class: Aws::Types::UpdateCollectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def client_token
  @client_token
end

#deletion_protection ⇒ "ENABLED", "DISABLED"

Returns the value of attribute deletion_protection.

Returns:

  • ("ENABLED", "DISABLED")


904
905
906
# File 'sig/types.rbs', line 904

def deletion_protection
  @deletion_protection
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def id
  @id
end

#vector_options ⇒ Types::VectorOptions

Returns the value of attribute vector_options.



903
904
905
# File 'sig/types.rbs', line 903

def vector_options
  @vector_options
end