Class: Aws::SecurityLake::Types::CreateSubscriberResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subscriberTypes::SubscriberResource

Retrieve information about the subscriber created using the CreateSubscriber API.



445
446
447
448
449
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 445

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