Class: Aws::Types::ListSubscriptionsByTopicInput

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:



348
349
350
# File 'sig/types.rbs', line 348

def next_token
  @next_token
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:



347
348
349
# File 'sig/types.rbs', line 347

def topic_arn
  @topic_arn
end