Class: Aws::Types::DescribeIndexResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIndexResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#index_status ⇒ "ACTIVE", ...
Returns the value of attribute index_status.
-
#schema ⇒ ::String
Returns the value of attribute schema.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
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.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def index_status @index_status end |
#schema ⇒ ::String
Returns the value of attribute schema.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def schema @schema end |