Class: Aws::IoTEvents::Types::RecipientDetail

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

Overview

The information that identifies the recipient.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sso_identityTypes::SSOIdentity

The AWS Single Sign-On (AWS SSO) authentication information.

Returns:



2574
2575
2576
2577
2578
# File 'lib/aws-sdk-iotevents/types.rb', line 2574

class RecipientDetail < Struct.new(
  :sso_identity)
  SENSITIVE = []
  include Aws::Structure
end