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.
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.
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.
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.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def reasons @reasons end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
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.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def tenant_name @tenant_name end |