Class: Aws::Kafka::Types::UserIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UserIdentity
- 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
- #principal_id ⇒ String
-
#type ⇒ String
The identity type of the requester that calls the API operation.
Instance Attribute Details
#principal_id ⇒ 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 |
#type ⇒ String
The identity type of the requester that calls the API operation.
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 |