Class: Aws::SecurityLake::Types::UpdateSubscriberResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::UpdateSubscriberResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscriber ⇒ Types::SubscriberResource
The updated subscriber information.
Instance Attribute Details
#subscriber ⇒ Types::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 |