Class: Aws::Types::ExportDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billed_size_bytes::Integer

Returns the value of attribute billed_size_bytes.

Returns:

  • (::Integer)


671
672
673
# File 'sig/types.rbs', line 671

def billed_size_bytes
  @billed_size_bytes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def client_token
  @client_token
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


657
658
659
# File 'sig/types.rbs', line 657

def end_time
  @end_time
end

#export_arn::String

Returns the value of attribute export_arn.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def export_arn
  @export_arn
end

#export_format"DYNAMODB_JSON", "ION"

Returns the value of attribute export_format.

Returns:

  • ("DYNAMODB_JSON", "ION")


670
671
672
# File 'sig/types.rbs', line 670

def export_format
  @export_format
end

#export_manifest::String

Returns the value of attribute export_manifest.

Returns:

  • (::String)


658
659
660
# File 'sig/types.rbs', line 658

def export_manifest
  @export_manifest
end

#export_status"IN_PROGRESS", ...

Returns the value of attribute export_status.

Returns:

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


655
656
657
# File 'sig/types.rbs', line 655

def export_status
  @export_status
end

#export_time::Time

Returns the value of attribute export_time.

Returns:

  • (::Time)


661
662
663
# File 'sig/types.rbs', line 661

def export_time
  @export_time
end

#export_type"FULL_EXPORT", "INCREMENTAL_EXPORT"

Returns the value of attribute export_type.

Returns:

  • ("FULL_EXPORT", "INCREMENTAL_EXPORT")


673
674
675
# File 'sig/types.rbs', line 673

def export_type
  @export_type
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def failure_code
  @failure_code
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def failure_message
  @failure_message
end

#incremental_export_specificationTypes::IncrementalExportSpecification

Returns the value of attribute incremental_export_specification.



674
675
676
# File 'sig/types.rbs', line 674

def incremental_export_specification
  @incremental_export_specification
end

#item_count::Integer

Returns the value of attribute item_count.

Returns:

  • (::Integer)


672
673
674
# File 'sig/types.rbs', line 672

def item_count
  @item_count
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def s3_bucket
  @s3_bucket
end

#s3_bucket_owner::String

Returns the value of attribute s3_bucket_owner.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def s3_bucket_owner
  @s3_bucket_owner
end

#s3_prefix::String

Returns the value of attribute s3_prefix.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def s3_prefix
  @s3_prefix
end

#s3_sse_algorithm"AES256", "KMS"

Returns the value of attribute s3_sse_algorithm.

Returns:

  • ("AES256", "KMS")


666
667
668
# File 'sig/types.rbs', line 666

def s3_sse_algorithm
  @s3_sse_algorithm
end

#s3_sse_kms_key_id::String

Returns the value of attribute s3_sse_kms_key_id.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def s3_sse_kms_key_id
  @s3_sse_kms_key_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


656
657
658
# File 'sig/types.rbs', line 656

def start_time
  @start_time
end

#table_arn::String

Returns the value of attribute table_arn.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def table_arn
  @table_arn
end

#table_id::String

Returns the value of attribute table_id.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def table_id
  @table_id
end