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)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def end_date
  @end_date
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def next_token
  @next_token
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def page_size
  @page_size
end

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

Returns the value of attribute reasons.

Returns:

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


1316
1317
1318
# File 'sig/types.rbs', line 1316

def reasons
  @reasons
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def start_date
  @start_date
end

#tenant_name::String

Returns the value of attribute tenant_name.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def tenant_name
  @tenant_name
end