Class: Aws::Types::DescribeSubscribersForNotificationResponse

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)


381
382
383
# File 'sig/types.rbs', line 381

def next_token
  @next_token
end

#subscribers::Array[Types::Subscriber]

Returns the value of attribute subscribers.

Returns:



380
381
382
# File 'sig/types.rbs', line 380

def subscribers
  @subscribers
end