Class: Aws::Types::DescribeCapacityManagerDataExportsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCapacityManagerDataExportsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_manager_data_export_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_manager_data_export_ids.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#capacity_manager_data_export_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_manager_data_export_ids.
5492 5493 5494 |
# File 'sig/types.rbs', line 5492 def capacity_manager_data_export_ids @capacity_manager_data_export_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5495 5496 5497 |
# File 'sig/types.rbs', line 5495 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5496 5497 5498 |
# File 'sig/types.rbs', line 5496 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5493 5494 5495 |
# File 'sig/types.rbs', line 5493 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5494 5495 5496 |
# File 'sig/types.rbs', line 5494 def next_token @next_token end |