Class: Aws::Types::DescribeIndexResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIndexResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_units ⇒ Types::CapacityUnitsConfiguration
Returns the value of attribute capacity_units.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#document_metadata_configurations ⇒ ::Array[Types::DocumentMetadataConfiguration]
Returns the value of attribute document_metadata_configurations.
-
#edition ⇒ "DEVELOPER_EDITION", ...
Returns the value of attribute edition.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#index_statistics ⇒ Types::IndexStatistics
Returns the value of attribute index_statistics.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#user_context_policy ⇒ "ATTRIBUTE_FILTER", "USER_TOKEN"
Returns the value of attribute user_context_policy.
-
#user_group_resolution_configuration ⇒ Types::UserGroupResolutionConfiguration
Returns the value of attribute user_group_resolution_configuration.
-
#user_token_configurations ⇒ ::Array[Types::UserTokenConfiguration]
Returns the value of attribute user_token_configurations.
Instance Attribute Details
#capacity_units ⇒ Types::CapacityUnitsConfiguration
Returns the value of attribute capacity_units.
781 782 783 |
# File 'sig/types.rbs', line 781 def capacity_units @capacity_units end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
776 777 778 |
# File 'sig/types.rbs', line 776 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
775 776 777 |
# File 'sig/types.rbs', line 775 def description @description end |
#document_metadata_configurations ⇒ ::Array[Types::DocumentMetadataConfiguration]
Returns the value of attribute document_metadata_configurations.
778 779 780 |
# File 'sig/types.rbs', line 778 def end |
#edition ⇒ "DEVELOPER_EDITION", ...
Returns the value of attribute edition.
771 772 773 |
# File 'sig/types.rbs', line 771 def edition @edition end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
780 781 782 |
# File 'sig/types.rbs', line 780 def end |
#id ⇒ ::String
Returns the value of attribute id.
770 771 772 |
# File 'sig/types.rbs', line 770 def id @id end |
#index_statistics ⇒ Types::IndexStatistics
Returns the value of attribute index_statistics.
779 780 781 |
# File 'sig/types.rbs', line 779 def index_statistics @index_statistics end |
#name ⇒ ::String
Returns the value of attribute name.
769 770 771 |
# File 'sig/types.rbs', line 769 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
772 773 774 |
# File 'sig/types.rbs', line 772 def role_arn @role_arn end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
773 774 775 |
# File 'sig/types.rbs', line 773 def server_side_encryption_configuration @server_side_encryption_configuration end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
774 775 776 |
# File 'sig/types.rbs', line 774 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
777 778 779 |
# File 'sig/types.rbs', line 777 def updated_at @updated_at end |
#user_context_policy ⇒ "ATTRIBUTE_FILTER", "USER_TOKEN"
Returns the value of attribute user_context_policy.
783 784 785 |
# File 'sig/types.rbs', line 783 def user_context_policy @user_context_policy end |
#user_group_resolution_configuration ⇒ Types::UserGroupResolutionConfiguration
Returns the value of attribute user_group_resolution_configuration.
784 785 786 |
# File 'sig/types.rbs', line 784 def user_group_resolution_configuration @user_group_resolution_configuration end |
#user_token_configurations ⇒ ::Array[Types::UserTokenConfiguration]
Returns the value of attribute user_token_configurations.
782 783 784 |
# File 'sig/types.rbs', line 782 def user_token_configurations @user_token_configurations end |