Method: Aws::MQ::Types::UpdateUserInput#replication_user
- Defined in:
- lib/aws-sdk-mq/types.rb
#replication_user ⇒ Boolean
Defines whether the user is intended for data replication.
3084 3085 3086 3087 3088 3089 3090 3091 |
# File 'lib/aws-sdk-mq/types.rb', line 3084 class UpdateUserInput < Struct.new( :console_access, :groups, :password, :replication_user) SENSITIVE = [] include Aws::Structure end |