Class: Aws::IoTSiteWise::Types::UserIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UserIdentity
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains information for a user identity in an access policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The IAM Identity Center ID of the user.
Instance Attribute Details
#id ⇒ String
The IAM Identity Center ID of the user.
9638 9639 9640 9641 9642 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9638 class UserIdentity < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |