Class: Aws::IoTSiteWise::Types::UserIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UserIdentity
- Includes:
- Structure
- Defined in:
- 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.
8953 8954 8955 8956 8957 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8953 class UserIdentity < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |