Class: AlisSdkRuby::Types::GetMeNotificationsResponse
- Inherits:
-
Struct
- Object
- Struct
- AlisSdkRuby::Types::GetMeNotificationsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/alis-sdk-ruby/types.rb
Instance Attribute Summary collapse
Instance Attribute Details
#array_of_notification ⇒ Array<Types::Notification>
391 392 393 394 |
# File 'lib/alis-sdk-ruby/types.rb', line 391 class GetMeNotificationsResponse < Struct.new( :array_of_notification) include Aws::Structure end |