Class: Aws::Types::ListImportJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#import_destination_type"SUPPRESSION_LIST", "CONTACT_LIST"

Returns the value of attribute import_destination_type.

Returns:

  • ("SUPPRESSION_LIST", "CONTACT_LIST")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def page_size
  @page_size
end