Class: Aws::Kafka::Types::UserIdentity

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

Overview

Description of the requester that calls the API operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#principal_idString

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
# File 'lib/aws-sdk-kafka/types.rb', line 4438

class UserIdentity < Struct.new(
  :type,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The identity type of the requester that calls the API operation.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
# File 'lib/aws-sdk-kafka/types.rb', line 4438

class UserIdentity < Struct.new(
  :type,
  :principal_id)
  SENSITIVE = []
  include Aws::Structure
end