Class: Aws::Types::ExportTask
- Inherits:
-
Object
- Object
- Aws::Types::ExportTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#destination_prefix ⇒ ::String
Returns the value of attribute destination_prefix.
-
#execution_info ⇒ Types::ExportTaskExecutionInfo
Returns the value of attribute execution_info.
-
#from ⇒ ::Integer
Returns the value of attribute from.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#status ⇒ Types::ExportTaskStatus
Returns the value of attribute status.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
-
#to ⇒ ::Integer
Returns the value of attribute to.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
805 806 807 |
# File 'sig/types.rbs', line 805 def destination @destination end |
#destination_prefix ⇒ ::String
Returns the value of attribute destination_prefix.
806 807 808 |
# File 'sig/types.rbs', line 806 def destination_prefix @destination_prefix end |
#execution_info ⇒ Types::ExportTaskExecutionInfo
Returns the value of attribute execution_info.
808 809 810 |
# File 'sig/types.rbs', line 808 def execution_info @execution_info end |
#from ⇒ ::Integer
Returns the value of attribute from.
803 804 805 |
# File 'sig/types.rbs', line 803 def from @from end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
802 803 804 |
# File 'sig/types.rbs', line 802 def log_group_name @log_group_name end |
#status ⇒ Types::ExportTaskStatus
Returns the value of attribute status.
807 808 809 |
# File 'sig/types.rbs', line 807 def status @status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
800 801 802 |
# File 'sig/types.rbs', line 800 def task_id @task_id end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
801 802 803 |
# File 'sig/types.rbs', line 801 def task_name @task_name end |
#to ⇒ ::Integer
Returns the value of attribute to.
804 805 806 |
# File 'sig/types.rbs', line 804 def to @to end |