Class: Aws::Types::DescribeIndexResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


1839
1840
1841
# File 'sig/types.rbs', line 1839

def index_name
  @index_name
end

#index_status"ACTIVE", ...

Returns the value of attribute index_status.

Returns:

  • ("ACTIVE", "BUILDING", "REBUILDING")


1840
1841
1842
# File 'sig/types.rbs', line 1840

def index_status
  @index_status
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


1841
1842
1843
# File 'sig/types.rbs', line 1841

def schema
  @schema
end