BillEstimateSummary
Provides a summary of a bill estimate.
Contents
- id
 - 
               
The unique identifier of the bill estimate.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}Required: Yes
 - billInterval
 - 
               
The time period covered by the bill estimate.
Type: BillInterval object
Required: No
 - createdAt
 - 
               
The timestamp when the bill estimate was created.
Type: Timestamp
Required: No
 - expiresAt
 - 
               
The timestamp when the bill estimate will expire.
Type: Timestamp
Required: No
 - name
 - 
               
The name of the bill estimate.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 64.
Pattern:
[a-zA-Z0-9-]+Required: No
 - status
 - 
               
The current status of the bill estimate.
Type: String
Valid Values:
IN_PROGRESS | COMPLETE | FAILEDRequired: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: