Class: Aws::Types::ListImportJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListImportJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#import_destination_type ⇒ "SUPPRESSION_LIST", "CONTACT_LIST"
Returns the value of attribute import_destination_type.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
Instance Attribute Details
#import_destination_type ⇒ "SUPPRESSION_LIST", "CONTACT_LIST"
Returns the value of attribute import_destination_type.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def import_destination_type @import_destination_type end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def next_token @next_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def page_size @page_size end |