Class: Aws::SecurityLake::Types::GetSubscriberResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::GetSubscriberResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscriber ⇒ Types::SubscriberResource
The subscriber information for the specified subscriber ID.
Instance Attribute Details
#subscriber ⇒ Types::SubscriberResource
The subscriber information for the specified subscriber ID.
1267 1268 1269 1270 1271 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1267 class GetSubscriberResponse < Struct.new( :subscriber) SENSITIVE = [] include Aws::Structure end |