Class: Aws::Types::DeleteCapacityManagerDataExportRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCapacityManagerDataExportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_manager_data_export_id ⇒ ::String
Returns the value of attribute capacity_manager_data_export_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#capacity_manager_data_export_id ⇒ ::String
Returns the value of attribute capacity_manager_data_export_id.
3959 3960 3961 |
# File 'sig/types.rbs', line 3959 def capacity_manager_data_export_id @capacity_manager_data_export_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3960 3961 3962 |
# File 'sig/types.rbs', line 3960 def dry_run @dry_run end |