Class: Aws::ElastiCache::Types::CreateUserGroupMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engineString

The current supported value is Redis.

Returns:

  • (String)


3103
3104
3105
3106
3107
3108
3109
3110
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3103

class CreateUserGroupMessage < Struct.new(
  :user_group_id,
  :engine,
  :user_ids,
  :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. Available for Redis only.

Returns:



3103
3104
3105
3106
3107
3108
3109
3110
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3103

class CreateUserGroupMessage < Struct.new(
  :user_group_id,
  :engine,
  :user_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#user_group_idString

The ID of the user group.

Returns:

  • (String)


3103
3104
3105
3106
3107
3108
3109
3110
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3103

class CreateUserGroupMessage < Struct.new(
  :user_group_id,
  :engine,
  :user_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#user_idsArray<String>

The list of user IDs that belong to the user group.

Returns:

  • (Array<String>)


3103
3104
3105
3106
3107
3108
3109
3110
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3103

class CreateUserGroupMessage < Struct.new(
  :user_group_id,
  :engine,
  :user_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end