Class: Aws::Billing::Types::GetEnterpriseSupportChargeSummaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::GetEnterpriseSupportChargeSummaryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/types.rb
Overview
The request structure for GetEnterpriseSupportChargeSummary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_month ⇒ String
The billing month in YYYY-MM format.
Instance Attribute Details
#billing_month ⇒ String
The billing month in YYYY-MM format. This must be a month in the past.
1053 1054 1055 1056 1057 |
# File 'lib/aws-sdk-billing/types.rb', line 1053 class GetEnterpriseSupportChargeSummaryRequest < Struct.new( :billing_month) SENSITIVE = [] include Aws::Structure end |