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)


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