Class: Aws::ElastiCache::Types::DeleteUserGroupMessage

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

#user_group_idString

The ID of the user group.

Returns:

  • (String)


3607
3608
3609
3610
3611
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3607

class DeleteUserGroupMessage < Struct.new(
  :user_group_id)
  SENSITIVE = []
  include Aws::Structure
end