Class: Aws::SecurityLake::Types::CreateSubscriberResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::CreateSubscriberResponse
- Defined in:
- gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscriber ⇒ Types::SubscriberResource
Retrieve information about the subscriber created using the
CreateSubscriber
API.
Instance Attribute Details
#subscriber ⇒ Types::SubscriberResource
Retrieve information about the subscriber created using the
CreateSubscriber
API.
450 451 452 453 454 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 450 class CreateSubscriberResponse < Struct.new( :subscriber) SENSITIVE = [] include Aws::Structure end |