Class: Aws::IoTEvents::Types::SSOIdentity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Overview

Contains information about your identity source in AWS Single Sign-On. For more information, see the AWS Single Sign-On User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_store_idString

The ID of the AWS SSO identity store.

Returns:

  • (String)


2726
2727
2728
2729
2730
2731
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2726

class SSOIdentity < Struct.new(
  :identity_store_id,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The user ID.

Returns:

  • (String)


2726
2727
2728
2729
2730
2731
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2726

class SSOIdentity < Struct.new(
  :identity_store_id,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end