Class: Aws::Types::ListTopicRuleDestinationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_summaries::Array[Types::TopicRuleDestinationSummary]

Returns the value of attribute destination_summaries.



3790
3791
3792
# File 'sig/types.rbs', line 3790

def destination_summaries
  @destination_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3791
3792
3793
# File 'sig/types.rbs', line 3791

def next_token
  @next_token
end