Class: Aws::Types::ImportTableDescription

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)


882
883
884
# File 'sig/types.rbs', line 882

def client_token
  @client_token
end

#cloud_watch_log_group_arn::String

Returns the value of attribute cloud_watch_log_group_arn.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def cloud_watch_log_group_arn
  @cloud_watch_log_group_arn
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


891
892
893
# File 'sig/types.rbs', line 891

def end_time
  @end_time
end

#error_count::Integer

Returns the value of attribute error_count.

Returns:

  • (::Integer)


884
885
886
# File 'sig/types.rbs', line 884

def error_count
  @error_count
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def failure_code
  @failure_code
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


896
897
898
# File 'sig/types.rbs', line 896

def failure_message
  @failure_message
end

#import_arn::String

Returns the value of attribute import_arn.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def import_arn
  @import_arn
end

#import_status"IN_PROGRESS", ...

Returns the value of attribute import_status.

Returns:

  • ("IN_PROGRESS", "COMPLETED", "CANCELLING", "CANCELLED", "FAILED")


879
880
881
# File 'sig/types.rbs', line 879

def import_status
  @import_status
end

#imported_item_count::Integer

Returns the value of attribute imported_item_count.

Returns:

  • (::Integer)


894
895
896
# File 'sig/types.rbs', line 894

def imported_item_count
  @imported_item_count
end

#input_compression_type"GZIP", ...

Returns the value of attribute input_compression_type.

Returns:

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


888
889
890
# File 'sig/types.rbs', line 888

def input_compression_type
  @input_compression_type
end

#input_format"DYNAMODB_JSON", ...

Returns the value of attribute input_format.

Returns:

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


886
887
888
# File 'sig/types.rbs', line 886

def input_format
  @input_format
end

#input_format_optionsTypes::InputFormatOptions

Returns the value of attribute input_format_options.



887
888
889
# File 'sig/types.rbs', line 887

def input_format_options
  @input_format_options
end

#processed_item_count::Integer

Returns the value of attribute processed_item_count.

Returns:

  • (::Integer)


893
894
895
# File 'sig/types.rbs', line 893

def processed_item_count
  @processed_item_count
end

#processed_size_bytes::Integer

Returns the value of attribute processed_size_bytes.

Returns:

  • (::Integer)


892
893
894
# File 'sig/types.rbs', line 892

def processed_size_bytes
  @processed_size_bytes
end

#s3_bucket_sourceTypes::S3BucketSource

Returns the value of attribute s3_bucket_source.



883
884
885
# File 'sig/types.rbs', line 883

def s3_bucket_source
  @s3_bucket_source
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


890
891
892
# File 'sig/types.rbs', line 890

def start_time
  @start_time
end

#table_arn::String

Returns the value of attribute table_arn.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def table_arn
  @table_arn
end

#table_creation_parametersTypes::TableCreationParameters

Returns the value of attribute table_creation_parameters.



889
890
891
# File 'sig/types.rbs', line 889

def table_creation_parameters
  @table_creation_parameters
end

#table_id::String

Returns the value of attribute table_id.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def table_id
  @table_id
end