Class: Aws::Types::ImportTableInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • ("GZIP", "ZSTD", "NONE")


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.

Returns:

  • ("DYNAMODB_JSON", "ION", "CSV")


903
904
905
# File 'sig/types.rbs', line 903

def input_format
  @input_format
end

#input_format_optionsTypes::InputFormatOptions

Returns the value of attribute input_format_options.



904
905
906
# File 'sig/types.rbs', line 904

def input_format_options
  @input_format_options
end

#s3_bucket_sourceTypes::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_parametersTypes::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