Class: Aws::Types::ListUserNotificationsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.



5796
5797
5798
# File 'sig/types.rbs', line 5796

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.



5798
5799
5800
# File 'sig/types.rbs', line 5798

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



5797
5798
5799
# File 'sig/types.rbs', line 5797

def next_token
  @next_token
end

#user_id::String

Returns the value of attribute user_id.



5799
5800
5801
# File 'sig/types.rbs', line 5799

def user_id
  @user_id
end