Class: Aws::Types::DescribeExportTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExportTasksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status_code ⇒ "CANCELLED", ...
Returns the value of attribute status_code.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
575 576 577 |
# File 'sig/types.rbs', line 575 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
574 575 576 |
# File 'sig/types.rbs', line 574 def next_token @next_token end |
#status_code ⇒ "CANCELLED", ...
Returns the value of attribute status_code.
573 574 575 |
# File 'sig/types.rbs', line 573 def status_code @status_code end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
572 573 574 |
# File 'sig/types.rbs', line 572 def task_id @task_id end |