Class: AlisSdkRuby::Types::Notification
- Inherits:
-
Struct
- Object
- Struct
- AlisSdkRuby::Types::Notification
- Includes:
- Aws::Structure
- Defined in:
- lib/alis-sdk-ruby/types.rb
Instance Attribute Summary collapse
Instance Attribute Details
#acted_user_id ⇒ String
625 626 627 628 629 630 631 632 |
# File 'lib/alis-sdk-ruby/types.rb', line 625 class Notification < Struct.new( :acted_user_id, :created_at, :sort_key, :type, :user_id) include Aws::Structure end |
#created_at ⇒ Integer
625 626 627 628 629 630 631 632 |
# File 'lib/alis-sdk-ruby/types.rb', line 625 class Notification < Struct.new( :acted_user_id, :created_at, :sort_key, :type, :user_id) include Aws::Structure end |
#sort_key ⇒ Integer
625 626 627 628 629 630 631 632 |
# File 'lib/alis-sdk-ruby/types.rb', line 625 class Notification < Struct.new( :acted_user_id, :created_at, :sort_key, :type, :user_id) include Aws::Structure end |
#type ⇒ String
625 626 627 628 629 630 631 632 |
# File 'lib/alis-sdk-ruby/types.rb', line 625 class Notification < Struct.new( :acted_user_id, :created_at, :sort_key, :type, :user_id) include Aws::Structure end |
#user_id ⇒ String
625 626 627 628 629 630 631 632 |
# File 'lib/alis-sdk-ruby/types.rb', line 625 class Notification < Struct.new( :acted_user_id, :created_at, :sort_key, :type, :user_id) include Aws::Structure end |