Class: Aws::Types::ImportTableInput
- Inherits:
-
Object
- Object
- Aws::Types::ImportTableInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#input_compression_type ⇒ "GZIP", ...
Returns the value of attribute input_compression_type.
-
#input_format ⇒ "DYNAMODB_JSON", ...
Returns the value of attribute input_format.
-
#input_format_options ⇒ Types::InputFormatOptions
Returns the value of attribute input_format_options.
-
#s3_bucket_source ⇒ Types::S3BucketSource
Returns the value of attribute s3_bucket_source.
-
#table_creation_parameters ⇒ Types::TableCreationParameters
Returns the value of attribute table_creation_parameters.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
901 902 903 |
# File 'sig/types.rbs', line 901 def client_token @client_token end |
#input_compression_type ⇒ "GZIP", ...
Returns the value of attribute input_compression_type.
905 906 907 |
# File 'sig/types.rbs', line 905 def input_compression_type @input_compression_type end |
#input_format ⇒ "DYNAMODB_JSON", ...
Returns the value of attribute input_format.
903 904 905 |
# File 'sig/types.rbs', line 903 def input_format @input_format end |
#input_format_options ⇒ Types::InputFormatOptions
Returns the value of attribute input_format_options.
904 905 906 |
# File 'sig/types.rbs', line 904 def @input_format_options end |
#s3_bucket_source ⇒ Types::S3BucketSource
Returns the value of attribute s3_bucket_source.
902 903 904 |
# File 'sig/types.rbs', line 902 def s3_bucket_source @s3_bucket_source end |
#table_creation_parameters ⇒ Types::TableCreationParameters
Returns the value of attribute table_creation_parameters.
906 907 908 |
# File 'sig/types.rbs', line 906 def table_creation_parameters @table_creation_parameters end |