Class: Aws::ElastiCache::Types::CreateUserGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CreateUserGroupMessage
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine ⇒ String
The current supported value is Redis.
-
#tags ⇒ Array<Types::Tag>
A list of tags to be added to this resource.
-
#user_group_id ⇒ String
The ID of the user group.
-
#user_ids ⇒ Array<String>
The list of user IDs that belong to the user group.
Instance Attribute Details
#engine ⇒ String
The current supported value is Redis.
2858 2859 2860 2861 2862 2863 2864 2865 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2858 class CreateUserGroupMessage < Struct.new( :user_group_id, :engine, :user_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<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.
2858 2859 2860 2861 2862 2863 2864 2865 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2858 class CreateUserGroupMessage < Struct.new( :user_group_id, :engine, :user_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#user_group_id ⇒ String
The ID of the user group.
2858 2859 2860 2861 2862 2863 2864 2865 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2858 class CreateUserGroupMessage < Struct.new( :user_group_id, :engine, :user_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#user_ids ⇒ Array<String>
The list of user IDs that belong to the user group.
2858 2859 2860 2861 2862 2863 2864 2865 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2858 class CreateUserGroupMessage < Struct.new( :user_group_id, :engine, :user_ids, :tags) SENSITIVE = [] include Aws::Structure end |