Class: Aws::Types::UpdateCollectionDetail

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)


868
869
870
# File 'sig/types.rbs', line 868

def arn
  @arn
end

#created_date ⇒ ::Integer

Returns the value of attribute created_date.

Returns:

  • (::Integer)


869
870
871
# File 'sig/types.rbs', line 869

def created_date
  @created_date
end

#deletion_protection ⇒ "ENABLED", "DISABLED"

Returns the value of attribute deletion_protection.

Returns:

  • ("ENABLED", "DISABLED")


871
872
873
# File 'sig/types.rbs', line 871

def deletion_protection
  @deletion_protection
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


866
867
868
# File 'sig/types.rbs', line 866

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


862
863
864
# File 'sig/types.rbs', line 862

def id
  @id
end

#last_modified_date ⇒ ::Integer

Returns the value of attribute last_modified_date.

Returns:

  • (::Integer)


870
871
872
# File 'sig/types.rbs', line 870

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def name
  @name
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

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


864
865
866
# File 'sig/types.rbs', line 864

def status
  @status
end

#type ⇒ "SEARCH", ...

Returns the value of attribute type.

Returns:

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


865
866
867
# File 'sig/types.rbs', line 865

def type
  @type
end

#vector_options ⇒ Types::VectorOptions

Returns the value of attribute vector_options.



867
868
869
# File 'sig/types.rbs', line 867

def vector_options
  @vector_options
end