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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_store_idString

The ID of the AWS SSO identity store.

Returns:

  • (String)


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

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

#user_idString

The user ID.

Returns:

  • (String)


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

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