Class: Aws::MemoryDB::Types::CreateUserRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_stringString

Access permissions string used for this user.

Returns:

  • (String)


893
894
895
896
897
898
899
900
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 893

class CreateUserRequest < Struct.new(
  :user_name,
  :authentication_mode,
  :access_string,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_modeTypes::AuthenticationMode

Denotes the user's authentication properties, such as whether it requires a password to authenticate.



893
894
895
896
897
898
899
900
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 893

class CreateUserRequest < Struct.new(
  :user_name,
  :authentication_mode,
  :access_string,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.

Returns:



893
894
895
896
897
898
899
900
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 893

class CreateUserRequest < Struct.new(
  :user_name,
  :authentication_mode,
  :access_string,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The name of the user. This value must be unique as it also serves as the user identifier.

Returns:

  • (String)


893
894
895
896
897
898
899
900
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 893

class CreateUserRequest < Struct.new(
  :user_name,
  :authentication_mode,
  :access_string,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end