Class: Aws::SecurityLake::Types::UpdateSubscriberResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subscriberTypes::SubscriberResource

The updated subscriber information.



2034
2035
2036
2037
2038
# File 'lib/aws-sdk-securitylake/types.rb', line 2034

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