Class: Aws::IoTSiteWise::Types::UserIdentity

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The IAM Identity Center ID of the user.

Returns:

  • (String)


8687
8688
8689
8690
8691
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8687

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