Class: Aws::Types::ListImportsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2362
2363
2364
# File 'sig/types.rbs', line 2362

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2363
2364
2365
# File 'sig/types.rbs', line 2363

def bot_version
  @bot_version
end

#filters ⇒ ::Array[Types::ImportFilter]

Returns the value of attribute filters.

Returns:



2365
2366
2367
# File 'sig/types.rbs', line 2365

def filters
  @filters
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def locale_id
  @locale_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2366
2367
2368
# File 'sig/types.rbs', line 2366

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2367
2368
2369
# File 'sig/types.rbs', line 2367

def next_token
  @next_token
end

#sort_by ⇒ Types::ImportSortBy

Returns the value of attribute sort_by.

Returns:



2364
2365
2366
# File 'sig/types.rbs', line 2364

def sort_by
  @sort_by
end