Class: Aws::IoTEvents::Types::SSOIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::SSOIdentity
- 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
-
#identity_store_id ⇒ String
The ID of the AWS SSO identity store.
-
#user_id ⇒ String
The user ID.
Instance Attribute Details
#identity_store_id ⇒ String
The ID of the AWS SSO identity store.
2725 2726 2727 2728 2729 2730 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2725 class SSOIdentity < Struct.new( :identity_store_id, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user ID.
2725 2726 2727 2728 2729 2730 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2725 class SSOIdentity < Struct.new( :identity_store_id, :user_id) SENSITIVE = [] include Aws::Structure end |