Class: Aws::Types::GetQuotaUtilizationReportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetQuotaUtilizationReportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#generated_at ⇒ ::Time
Returns the value of attribute generated_at.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#quotas ⇒ ::Array[Types::QuotaUtilizationInfo]
Returns the value of attribute quotas.
-
#report_id ⇒ ::String
Returns the value of attribute report_id.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
107 108 109 |
# File 'sig/types.rbs', line 107 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
108 109 110 |
# File 'sig/types.rbs', line 108 def @error_message end |
#generated_at ⇒ ::Time
Returns the value of attribute generated_at.
103 104 105 |
# File 'sig/types.rbs', line 103 def generated_at @generated_at end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
106 107 108 |
# File 'sig/types.rbs', line 106 def next_token @next_token end |
#quotas ⇒ ::Array[Types::QuotaUtilizationInfo]
Returns the value of attribute quotas.
105 106 107 |
# File 'sig/types.rbs', line 105 def quotas @quotas end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
101 102 103 |
# File 'sig/types.rbs', line 101 def report_id @report_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
102 103 104 |
# File 'sig/types.rbs', line 102 def status @status end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
104 105 106 |
# File 'sig/types.rbs', line 104 def total_count @total_count end |