Class: Aws::DynamoDB::Types::ListImportsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An optional string that, if supplied, must be copied from the output of a previous call to ‘ListImports`. When provided in this manner, the API fetches the next page of results.

Returns:

  • (String)


5276
5277
5278
5279
5280
5281
5282
# File 'lib/aws-sdk-dynamodb/types.rb', line 5276

class ListImportsInput < Struct.new(
  :table_arn,
  :page_size,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The number of ‘ImportSummary `objects returned in a single page.

Returns:

  • (Integer)


5276
5277
5278
5279
5280
5281
5282
# File 'lib/aws-sdk-dynamodb/types.rb', line 5276

class ListImportsInput < Struct.new(
  :table_arn,
  :page_size,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#table_arnString

The Amazon Resource Name (ARN) associated with the table that was imported to.

Returns:

  • (String)


5276
5277
5278
5279
5280
5281
5282
# File 'lib/aws-sdk-dynamodb/types.rb', line 5276

class ListImportsInput < Struct.new(
  :table_arn,
  :page_size,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end