Class: Aws::Types::ExportTask
- Inherits:
-
Object
- Object
- Aws::Types::ExportTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_only ⇒ ::Array[::String]
Returns the value of attribute export_only.
-
#export_task_identifier ⇒ ::String
Returns the value of attribute export_task_identifier.
-
#failure_cause ⇒ ::String
Returns the value of attribute failure_cause.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#percent_progress ⇒ ::Integer
Returns the value of attribute percent_progress.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
-
#snapshot_time ⇒ ::Time
Returns the value of attribute snapshot_time.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#source_type ⇒ "SNAPSHOT", "CLUSTER"
Returns the value of attribute source_type.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#task_end_time ⇒ ::Time
Returns the value of attribute task_end_time.
-
#task_start_time ⇒ ::Time
Returns the value of attribute task_start_time.
-
#total_extracted_data_in_gb ⇒ ::Integer
Returns the value of attribute total_extracted_data_in_gb.
-
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
Instance Attribute Details
#export_only ⇒ ::Array[::String]
Returns the value of attribute export_only.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def source_type @source_type end |
#status ⇒ ::String
Returns the value of attribute status.
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.
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.
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.
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.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def @warning_message end |