Class: Aws::Types::CreateIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIndexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#edition ⇒ "DEVELOPER_EDITION", ...
Returns the value of attribute edition.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
464 465 466 |
# File 'sig/types.rbs', line 464 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
463 464 465 |
# File 'sig/types.rbs', line 463 def description @description end |
#edition ⇒ "DEVELOPER_EDITION", ...
Returns the value of attribute edition.
460 461 462 |
# File 'sig/types.rbs', line 460 def edition @edition end |
#name ⇒ ::String
Returns the value of attribute name.
459 460 461 |
# File 'sig/types.rbs', line 459 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
461 462 463 |
# File 'sig/types.rbs', line 461 def role_arn @role_arn end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
462 463 464 |
# File 'sig/types.rbs', line 462 def server_side_encryption_configuration @server_side_encryption_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
465 466 467 |
# File 'sig/types.rbs', line 465 def @tags end |
#user_context_policy ⇒ "ATTRIBUTE_FILTER", "USER_TOKEN"
Returns the value of attribute user_context_policy.
467 468 469 |
# File 'sig/types.rbs', line 467 def user_context_policy @user_context_policy end |
#user_group_resolution_configuration ⇒ Types::UserGroupResolutionConfiguration
Returns the value of attribute user_group_resolution_configuration.
468 469 470 |
# File 'sig/types.rbs', line 468 def user_group_resolution_configuration @user_group_resolution_configuration end |
#user_token_configurations ⇒ ::Array[Types::UserTokenConfiguration]
Returns the value of attribute user_token_configurations.
466 467 468 |
# File 'sig/types.rbs', line 466 def user_token_configurations @user_token_configurations end |