Class: Aws::Types::DescribeExportTasksMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExportTasksMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_task_identifier ⇒ ::String
Returns the value of attribute export_task_identifier.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#source_type ⇒ "SNAPSHOT", "CLUSTER"
Returns the value of attribute source_type.
Instance Attribute Details
#export_task_identifier ⇒ ::String
Returns the value of attribute export_task_identifier.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def export_task_identifier @export_task_identifier end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2319 2320 2321 |
# File 'sig/types.rbs', line 2319 def max_records @max_records end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def source_arn @source_arn end |
#source_type ⇒ "SNAPSHOT", "CLUSTER"
Returns the value of attribute source_type.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def source_type @source_type end |