Module: Aws::QBusiness::Client::_GetIndexResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIndexResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #capacity_configuration ⇒ Types::IndexCapacityConfiguration
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #display_name ⇒ ::String
- #document_attribute_configurations ⇒ ::Array[Types::DocumentAttributeConfiguration]
- #index_arn ⇒ ::String
- #index_id ⇒ ::String
- #index_statistics ⇒ Types::IndexStatistics
- #status ⇒ "CREATING", ...
- #type ⇒ "ENTERPRISE", "STARTER"
- #updated_at ⇒ ::Time
Instance Method Details
#application_id ⇒ ::String
800 |
# File 'sig/client.rbs', line 800
def application_id: () -> ::String
|
#capacity_configuration ⇒ Types::IndexCapacityConfiguration
809 |
# File 'sig/client.rbs', line 809
def capacity_configuration: () -> Types::IndexCapacityConfiguration
|
#created_at ⇒ ::Time
807 |
# File 'sig/client.rbs', line 807
def created_at: () -> ::Time
|
#description ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def description: () -> ::String
|
#display_name ⇒ ::String
802 |
# File 'sig/client.rbs', line 802
def display_name: () -> ::String
|
#document_attribute_configurations ⇒ ::Array[Types::DocumentAttributeConfiguration]
810 |
# File 'sig/client.rbs', line 810
def document_attribute_configurations: () -> ::Array[Types::DocumentAttributeConfiguration]
|
#index_arn ⇒ ::String
803 |
# File 'sig/client.rbs', line 803
def index_arn: () -> ::String
|
#index_id ⇒ ::String
801 |
# File 'sig/client.rbs', line 801
def index_id: () -> ::String
|
#index_statistics ⇒ Types::IndexStatistics
811 |
# File 'sig/client.rbs', line 811
def index_statistics: () -> Types::IndexStatistics
|
#status ⇒ "CREATING", ...
804 |
# File 'sig/client.rbs', line 804
def status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING")
|
#type ⇒ "ENTERPRISE", "STARTER"
805 |
# File 'sig/client.rbs', line 805
def type: () -> ("ENTERPRISE" | "STARTER")
|
#updated_at ⇒ ::Time
808 |
# File 'sig/client.rbs', line 808
def updated_at: () -> ::Time
|