Class: Aws::Types::CreateIndexRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def description
  @description
end

#edition"DEVELOPER_EDITION", ...

Returns the value of attribute edition.

Returns:

  • ("DEVELOPER_EDITION", "ENTERPRISE_EDITION", "GEN_AI_ENTERPRISE_EDITION")


460
461
462
# File 'sig/types.rbs', line 460

def edition
  @edition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def role_arn
  @role_arn
end

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

Returns:



465
466
467
# File 'sig/types.rbs', line 465

def tags
  @tags
end

#user_context_policy"ATTRIBUTE_FILTER", "USER_TOKEN"

Returns the value of attribute user_context_policy.

Returns:

  • ("ATTRIBUTE_FILTER", "USER_TOKEN")


467
468
469
# File 'sig/types.rbs', line 467

def user_context_policy
  @user_context_policy
end

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

Returns:



466
467
468
# File 'sig/types.rbs', line 466

def user_token_configurations
  @user_token_configurations
end