Class: Aws::Types::UpdateIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIndexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_units ⇒ Types::CapacityUnitsConfiguration
Returns the value of attribute capacity_units.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#document_metadata_configuration_updates ⇒ ::Array[Types::DocumentMetadataConfiguration]
Returns the value of attribute document_metadata_configuration_updates.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#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.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def capacity_units @capacity_units end |
#description ⇒ ::String
Returns the value of attribute description.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def description @description end |
#document_metadata_configuration_updates ⇒ ::Array[Types::DocumentMetadataConfiguration]
Returns the value of attribute document_metadata_configuration_updates.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def @document_metadata_configuration_updates end |
#id ⇒ ::String
Returns the value of attribute id.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def role_arn @role_arn end |
#user_context_policy ⇒ "ATTRIBUTE_FILTER", "USER_TOKEN"
Returns the value of attribute user_context_policy.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def user_context_policy @user_context_policy end |
#user_group_resolution_configuration ⇒ Types::UserGroupResolutionConfiguration
Returns the value of attribute user_group_resolution_configuration.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def user_group_resolution_configuration @user_group_resolution_configuration end |
#user_token_configurations ⇒ ::Array[Types::UserTokenConfiguration]
Returns the value of attribute user_token_configurations.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def user_token_configurations @user_token_configurations end |