Class: Aws::Types::DeleteImageUsageReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteImageUsageReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#report_id ⇒ ::String
Returns the value of attribute report_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4106 4107 4108 |
# File 'sig/types.rbs', line 4106 def dry_run @dry_run end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
4105 4106 4107 |
# File 'sig/types.rbs', line 4105 def report_id @report_id end |