Class: Aws::Types::ListNotificationChannelsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channels::Array[Types::NotificationChannel]

Returns the value of attribute channels.

Returns:



515
516
517
# File 'sig/types.rbs', line 515

def channels
  @channels
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def next_token
  @next_token
end