Class: Aws::Types::ListImportsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListImportsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
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.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def table_arn @table_arn end |