Class: Aws::Types::UpdateIndexRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_unitsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2107
2108
2109
# File 'sig/types.rbs', line 2107

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

  • ("ATTRIBUTE_FILTER", "USER_TOKEN")


2113
2114
2115
# File 'sig/types.rbs', line 2113

def user_context_policy
  @user_context_policy
end

#user_group_resolution_configurationTypes::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.

Returns:



2112
2113
2114
# File 'sig/types.rbs', line 2112

def user_token_configurations
  @user_token_configurations
end