Class: Aws::Types::IndexConfigurationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def created_at
  @created_at
end

#edition"DEVELOPER_EDITION", ...

Returns the value of attribute edition.

Returns:

  • ("DEVELOPER_EDITION", "ENTERPRISE_EDITION", "GEN_AI_ENTERPRISE_EDITION")


1258
1259
1260
# File 'sig/types.rbs', line 1258

def edition
  @edition
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


1261
1262
1263
# File 'sig/types.rbs', line 1261

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def updated_at
  @updated_at
end