Class: Aws::Types::ImportSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_arn::String

Returns the value of attribute cloud_watch_log_group_arn.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def cloud_watch_log_group_arn
  @cloud_watch_log_group_arn
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


873
874
875
# File 'sig/types.rbs', line 873

def end_time
  @end_time
end

#import_arn::String

Returns the value of attribute import_arn.

Returns:

  • (::String)


866
867
868
# File 'sig/types.rbs', line 866

def import_arn
  @import_arn
end

#import_status"IN_PROGRESS", ...

Returns the value of attribute import_status.

Returns:

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


867
868
869
# File 'sig/types.rbs', line 867

def import_status
  @import_status
end

#input_format"DYNAMODB_JSON", ...

Returns the value of attribute input_format.

Returns:

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


871
872
873
# File 'sig/types.rbs', line 871

def input_format
  @input_format
end

#s3_bucket_sourceTypes::S3BucketSource

Returns the value of attribute s3_bucket_source.



869
870
871
# File 'sig/types.rbs', line 869

def s3_bucket_source
  @s3_bucket_source
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


872
873
874
# File 'sig/types.rbs', line 872

def start_time
  @start_time
end

#table_arn::String

Returns the value of attribute table_arn.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def table_arn
  @table_arn
end