Class: Aws::Types::DataRepositoryTask
- Inherits:
-
Object
- Object
- Aws::Types::DataRepositoryTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_to_release ⇒ ::Integer
Returns the value of attribute capacity_to_release.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failure_details ⇒ Types::DataRepositoryTaskFailureDetails
Returns the value of attribute failure_details.
-
#file_cache_id ⇒ ::String
Returns the value of attribute file_cache_id.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#lifecycle ⇒ "PENDING", ...
Returns the value of attribute lifecycle.
-
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
-
#release_configuration ⇒ Types::ReleaseConfiguration
Returns the value of attribute release_configuration.
-
#report ⇒ Types::CompletionReport
Returns the value of attribute report.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ Types::DataRepositoryTaskStatus
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#type ⇒ "EXPORT_TO_REPOSITORY", ...
Returns the value of attribute type.
Instance Attribute Details
#capacity_to_release ⇒ ::Integer
Returns the value of attribute capacity_to_release.
598 599 600 |
# File 'sig/types.rbs', line 598 def capacity_to_release @capacity_to_release end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
588 589 590 |
# File 'sig/types.rbs', line 588 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
590 591 592 |
# File 'sig/types.rbs', line 590 def end_time @end_time end |
#failure_details ⇒ Types::DataRepositoryTaskFailureDetails
Returns the value of attribute failure_details.
595 596 597 |
# File 'sig/types.rbs', line 595 def failure_details @failure_details end |
#file_cache_id ⇒ ::String
Returns the value of attribute file_cache_id.
599 600 601 |
# File 'sig/types.rbs', line 599 def file_cache_id @file_cache_id end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
593 594 595 |
# File 'sig/types.rbs', line 593 def file_system_id @file_system_id end |
#lifecycle ⇒ "PENDING", ...
Returns the value of attribute lifecycle.
586 587 588 |
# File 'sig/types.rbs', line 586 def lifecycle @lifecycle end |
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
594 595 596 |
# File 'sig/types.rbs', line 594 def paths @paths end |
#release_configuration ⇒ Types::ReleaseConfiguration
Returns the value of attribute release_configuration.
600 601 602 |
# File 'sig/types.rbs', line 600 def release_configuration @release_configuration end |
#report ⇒ Types::CompletionReport
Returns the value of attribute report.
597 598 599 |
# File 'sig/types.rbs', line 597 def report @report end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
591 592 593 |
# File 'sig/types.rbs', line 591 def resource_arn @resource_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
589 590 591 |
# File 'sig/types.rbs', line 589 def start_time @start_time end |
#status ⇒ Types::DataRepositoryTaskStatus
Returns the value of attribute status.
596 597 598 |
# File 'sig/types.rbs', line 596 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
592 593 594 |
# File 'sig/types.rbs', line 592 def end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
585 586 587 |
# File 'sig/types.rbs', line 585 def task_id @task_id end |
#type ⇒ "EXPORT_TO_REPOSITORY", ...
Returns the value of attribute type.
587 588 589 |
# File 'sig/types.rbs', line 587 def type @type end |