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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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)


4433
4434
4435
4436
4437
4438
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4433

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)


4433
4434
4435
4436
4437
4438
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4433

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