Class: Aws::Types::ExportTask

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_only::Array[::String]

Returns the value of attribute export_only.

Returns:

  • (::Array[::String])


2593
2594
2595
# File 'sig/types.rbs', line 2593

def export_only
  @export_only
end

#export_task_identifier::String

Returns the value of attribute export_task_identifier.

Returns:

  • (::String)


2591
2592
2593
# File 'sig/types.rbs', line 2591

def export_task_identifier
  @export_task_identifier
end

#failure_cause::String

Returns the value of attribute failure_cause.

Returns:

  • (::String)


2604
2605
2606
# File 'sig/types.rbs', line 2604

def failure_cause
  @failure_cause
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


2599
2600
2601
# File 'sig/types.rbs', line 2599

def iam_role_arn
  @iam_role_arn
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2600
2601
2602
# File 'sig/types.rbs', line 2600

def kms_key_id
  @kms_key_id
end

#percent_progress::Integer

Returns the value of attribute percent_progress.

Returns:

  • (::Integer)


2602
2603
2604
# File 'sig/types.rbs', line 2602

def percent_progress
  @percent_progress
end

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


2597
2598
2599
# File 'sig/types.rbs', line 2597

def s3_bucket
  @s3_bucket
end

#s3_prefix::String

Returns the value of attribute s3_prefix.

Returns:

  • (::String)


2598
2599
2600
# File 'sig/types.rbs', line 2598

def s3_prefix
  @s3_prefix
end

#snapshot_time::Time

Returns the value of attribute snapshot_time.

Returns:

  • (::Time)


2594
2595
2596
# File 'sig/types.rbs', line 2594

def snapshot_time
  @snapshot_time
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


2592
2593
2594
# File 'sig/types.rbs', line 2592

def source_arn
  @source_arn
end

#source_type"SNAPSHOT", "CLUSTER"

Returns the value of attribute source_type.

Returns:

  • ("SNAPSHOT", "CLUSTER")


2606
2607
2608
# File 'sig/types.rbs', line 2606

def source_type
  @source_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2601
2602
2603
# File 'sig/types.rbs', line 2601

def status
  @status
end

#task_end_time::Time

Returns the value of attribute task_end_time.

Returns:

  • (::Time)


2596
2597
2598
# File 'sig/types.rbs', line 2596

def task_end_time
  @task_end_time
end

#task_start_time::Time

Returns the value of attribute task_start_time.

Returns:

  • (::Time)


2595
2596
2597
# File 'sig/types.rbs', line 2595

def task_start_time
  @task_start_time
end

#total_extracted_data_in_gb::Integer

Returns the value of attribute total_extracted_data_in_gb.

Returns:

  • (::Integer)


2603
2604
2605
# File 'sig/types.rbs', line 2603

def total_extracted_data_in_gb
  @total_extracted_data_in_gb
end

#warning_message::String

Returns the value of attribute warning_message.

Returns:

  • (::String)


2605
2606
2607
# File 'sig/types.rbs', line 2605

def warning_message
  @warning_message
end