Class: Aws::IoTEvents::Types::RecipientDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::RecipientDetail
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Overview
Note:
When making an API call, you may pass RecipientDetail data as a hash:
{
sso_identity: {
identity_store_id: "IdentityStoreId", # required
user_id: "SSOReferenceId",
},
}
The information that identifies the recipient.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sso_identity ⇒ Types::SSOIdentity
The AWS Single Sign-On (AWS SSO) authentication information.
Instance Attribute Details
#sso_identity ⇒ Types::SSOIdentity
The AWS Single Sign-On (AWS SSO) authentication information.
5138 5139 5140 5141 5142 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 5138 class RecipientDetail < Struct.new( :sso_identity) SENSITIVE = [] include Aws::Structure end |