Module: Aws::ServiceQuotas::Client::_GetQuotaUtilizationReportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetQuotaUtilizationReportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #error_code ⇒ ::String
- #error_message ⇒ ::String
- #generated_at ⇒ ::Time
- #next_token ⇒ ::String
- #quotas ⇒ ::Array[Types::QuotaUtilizationInfo]
- #report_id ⇒ ::String
- #status ⇒ "PENDING", ...
- #total_count ⇒ ::Integer
Instance Method Details
#error_code ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def error_code: () -> ::String
|
#error_message ⇒ ::String
160 |
# File 'sig/client.rbs', line 160
def error_message: () -> ::String
|
#generated_at ⇒ ::Time
155 |
# File 'sig/client.rbs', line 155
def generated_at: () -> ::Time
|
#next_token ⇒ ::String
158 |
# File 'sig/client.rbs', line 158
def next_token: () -> ::String
|
#quotas ⇒ ::Array[Types::QuotaUtilizationInfo]
157 |
# File 'sig/client.rbs', line 157
def quotas: () -> ::Array[Types::QuotaUtilizationInfo]
|
#report_id ⇒ ::String
153 |
# File 'sig/client.rbs', line 153
def report_id: () -> ::String
|
#status ⇒ "PENDING", ...
154 |
# File 'sig/client.rbs', line 154
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
|
#total_count ⇒ ::Integer
156 |
# File 'sig/client.rbs', line 156
def total_count: () -> ::Integer
|