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)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def next_token
  @next_token
end

#suppressed_destination_summaries::Array[Types::SuppressedDestinationSummary]

Returns the value of attribute suppressed_destination_summaries.



1370
1371
1372
# File 'sig/types.rbs', line 1370

def suppressed_destination_summaries
  @suppressed_destination_summaries
end