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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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)


5405
5406
5407
5408
5409
5410
5411
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5405

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

#page_sizeInteger

The number of ImportSummaryobjects returned in a single page.

Returns:

  • (Integer)


5405
5406
5407
5408
5409
5410
5411
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5405

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)


5405
5406
5407
5408
5409
5410
5411
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5405

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