Class: Aws::Types::ListImportsResponse

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)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2374
2375
2376
# File 'sig/types.rbs', line 2374

def bot_version
  @bot_version
end

#import_summaries ⇒ ::Array[Types::ImportSummary]

Returns the value of attribute import_summaries.

Returns:



2375
2376
2377
# File 'sig/types.rbs', line 2375

def import_summaries
  @import_summaries
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2377
2378
2379
# File 'sig/types.rbs', line 2377

def locale_id
  @locale_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2376
2377
2378
# File 'sig/types.rbs', line 2376

def next_token
  @next_token
end