Class: Aws::Types::ExportTableToPointInTimeInput

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)


693
694
695
# File 'sig/types.rbs', line 693

def client_token
  @client_token
end

#export_format"DYNAMODB_JSON", "ION"

Returns the value of attribute export_format.

Returns:

  • ("DYNAMODB_JSON", "ION")


699
700
701
# File 'sig/types.rbs', line 699

def export_format
  @export_format
end

#export_time::Time

Returns the value of attribute export_time.

Returns:

  • (::Time)


692
693
694
# File 'sig/types.rbs', line 692

def export_time
  @export_time
end

#export_type"FULL_EXPORT", "INCREMENTAL_EXPORT"

Returns the value of attribute export_type.

Returns:

  • ("FULL_EXPORT", "INCREMENTAL_EXPORT")


700
701
702
# File 'sig/types.rbs', line 700

def export_type
  @export_type
end

#incremental_export_specificationTypes::IncrementalExportSpecification

Returns the value of attribute incremental_export_specification.



701
702
703
# File 'sig/types.rbs', line 701

def incremental_export_specification
  @incremental_export_specification
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def s3_bucket
  @s3_bucket
end

#s3_bucket_owner::String

Returns the value of attribute s3_bucket_owner.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def s3_bucket_owner
  @s3_bucket_owner
end

#s3_prefix::String

Returns the value of attribute s3_prefix.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def s3_prefix
  @s3_prefix
end

#s3_sse_algorithm"AES256", "KMS"

Returns the value of attribute s3_sse_algorithm.

Returns:

  • ("AES256", "KMS")


697
698
699
# File 'sig/types.rbs', line 697

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)


698
699
700
# File 'sig/types.rbs', line 698

def s3_sse_kms_key_id
  @s3_sse_kms_key_id
end

#table_arn::String

Returns the value of attribute table_arn.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def table_arn
  @table_arn
end