Class: Aws::Types::ListImportsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def next_token
  @next_token
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def page_size
  @page_size
end

#table_arn::String

Returns the value of attribute table_arn.

Returns:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def table_arn
  @table_arn
end