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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/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:



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

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