Class: Aws::Billing::Types::GetEnterpriseSupportContractDetailsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-billing/types.rb

Overview

The request structure for GetEnterpriseSupportContractDetails.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_monthString

The billing month in YYYY-MM format. This must be a month in the past.

Returns:

  • (String)


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