Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CostService ¶
type CostService struct {
// contains filtered or unexported fields
}
func NewCostService ¶
func NewCostService(client *costexplorer.Client) *CostService
func (*CostService) GetCostsForTimeRange ¶
func (cs *CostService) GetCostsForTimeRange(region string, startDate time.Time, endDate time.Time, granularity costexplorertypes.Granularity, tags map[string][]string) (types.CostData, error)
func (*CostService) GetMonthlyCosts ¶
Click to show internal directories.
Click to hide internal directories.