Class: Aws::MQ::Types::DeleteUserRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mq/types.rb

Overview

Note:

When making an API call, you may pass DeleteUserRequest data as a hash:

{
  broker_id: "__string", # required
  username: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#broker_idString

Returns:

  • (String)


770
771
772
773
774
# File 'lib/aws-sdk-mq/types.rb', line 770

class DeleteUserRequest < Struct.new(
  :broker_id,
  :username)
  include Aws::Structure
end

#usernameString

Returns:

  • (String)


770
771
772
773
774
# File 'lib/aws-sdk-mq/types.rb', line 770

class DeleteUserRequest < Struct.new(
  :broker_id,
  :username)
  include Aws::Structure
end