Class: Aws::Types::ListNotificationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5199
5200
5201
# File 'sig/types.rbs', line 5199

def next_token
  @next_token
end

#notification_summary_list::Array[Types::Notification]

Returns the value of attribute notification_summary_list.

Returns:



5200
5201
5202
# File 'sig/types.rbs', line 5200

def notification_summary_list
  @notification_summary_list
end