Class: Aws::Types::CollectionDetail

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)


117
118
119
# File 'sig/types.rbs', line 117

def arn
  @arn
end

#collection_endpoint ⇒ ::String

Returns the value of attribute collection_endpoint.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def collection_endpoint
  @collection_endpoint
end

#collection_group_name ⇒ ::String

Returns the value of attribute collection_group_name.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def collection_group_name
  @collection_group_name
end

#created_date ⇒ ::Integer

Returns the value of attribute created_date.

Returns:

  • (::Integer)


122
123
124
# File 'sig/types.rbs', line 122

def created_date
  @created_date
end

#dashboard_endpoint ⇒ ::String

Returns the value of attribute dashboard_endpoint.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def dashboard_endpoint
  @dashboard_endpoint
end

#deletion_protection ⇒ "ENABLED", "DISABLED"

Returns the value of attribute deletion_protection.

Returns:

  • ("ENABLED", "DISABLED")


120
121
122
# File 'sig/types.rbs', line 120

def deletion_protection
  @deletion_protection
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def description
  @description
end

#failure_code ⇒ ::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def failure_code
  @failure_code
end

#failure_message ⇒ ::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def failure_message
  @failure_message
end

#fips_endpoints ⇒ Types::FipsEndpoints

Returns the value of attribute fips_endpoints.



126
127
128
# File 'sig/types.rbs', line 126

def fips_endpoints
  @fips_endpoints
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def id
  @id
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def kms_key_arn
  @kms_key_arn
end

#last_modified_date ⇒ ::Integer

Returns the value of attribute last_modified_date.

Returns:

  • (::Integer)


123
124
125
# File 'sig/types.rbs', line 123

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def name
  @name
end

#standby_replicas ⇒ "ENABLED", "DISABLED"

Returns the value of attribute standby_replicas.

Returns:

  • ("ENABLED", "DISABLED")


119
120
121
# File 'sig/types.rbs', line 119

def standby_replicas
  @standby_replicas
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

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


114
115
116
# File 'sig/types.rbs', line 114

def status
  @status
end

#type ⇒ "SEARCH", ...

Returns the value of attribute type.

Returns:

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


115
116
117
# File 'sig/types.rbs', line 115

def type
  @type
end

#vector_options ⇒ Types::VectorOptions

Returns the value of attribute vector_options.



121
122
123
# File 'sig/types.rbs', line 121

def vector_options
  @vector_options
end