Class: Aws::Types::StartQuotaUtilizationReportResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartQuotaUtilizationReportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#report_id ⇒ ::String
Returns the value of attribute report_id.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
434 435 436 |
# File 'sig/types.rbs', line 434 def @message end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
432 433 434 |
# File 'sig/types.rbs', line 432 def report_id @report_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
433 434 435 |
# File 'sig/types.rbs', line 433 def status @status end |