Class: Aws::Types::ListSuppressedDestinationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSuppressedDestinationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#reasons ⇒ ::Array[("BOUNCE" | "COMPLAINT")]
Returns the value of attribute reasons.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
Instance Attribute Details
#end_date ⇒ ::Time
Returns the value of attribute end_date.
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.
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.
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.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def reasons @reasons end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
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.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def tenant_name @tenant_name end |