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)


4409
4410
4411
4412
4413
4414
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4409

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)


4409
4410
4411
4412
4413
4414
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4409

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