Class: Aws::Types::ListSuppressedDestinationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def end_date
  @end_date
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def next_token
  @next_token
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def page_size
  @page_size
end

#reasons::Array[("BOUNCE" | "COMPLAINT")]

Returns the value of attribute reasons.

Returns:

  • (::Array[("BOUNCE" | "COMPLAINT")])


1361
1362
1363
# File 'sig/types.rbs', line 1361

def reasons
  @reasons
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def start_date
  @start_date
end

#tenant_name::String

Returns the value of attribute tenant_name.

Returns:

  • (::String)


1360
1361
1362
# File 'sig/types.rbs', line 1360

def tenant_name
  @tenant_name
end