Class: Aws::Types::ListSuppressedDestinationsResponse

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)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def next_token
  @next_token
end

#suppressed_destination_summaries::Array[Types::SuppressedDestinationSummary]

Returns the value of attribute suppressed_destination_summaries.



1325
1326
1327
# File 'sig/types.rbs', line 1325

def suppressed_destination_summaries
  @suppressed_destination_summaries
end