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
4460 4461 4462 4463 4464 4465 |
# File 'lib/aws-sdk-kafka/types.rb', line 4460 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.
4460 4461 4462 4463 4464 4465 |
# File 'lib/aws-sdk-kafka/types.rb', line 4460 class UserIdentity < Struct.new( :type, :principal_id) SENSITIVE = [] include Aws::Structure end |