Class: Aws::SecurityLake::Types::GetSubscriberResponse

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

The subscriber information for the specified subscriber ID.



1260
1261
1262
1263
1264
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1260

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