Class: Aws::Billing::Types::GetEnterpriseSupportContractDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::GetEnterpriseSupportContractDetailsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/types.rb
Overview
The request structure for GetEnterpriseSupportContractDetails.
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.
1163 1164 1165 1166 1167 |
# File 'lib/aws-sdk-billing/types.rb', line 1163 class GetEnterpriseSupportContractDetailsRequest < Struct.new( :billing_month) SENSITIVE = [] include Aws::Structure end |