Class: Aws::BillingConductor::Types::PresentationObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::PresentationObject
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
An object that defines how custom line item charges are presented in the bill, containing specifications for service presentation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ String
The service under which the custom line item charges will be presented.
Instance Attribute Details
#service ⇒ String
The service under which the custom line item charges will be
presented. Must be a string between 1 and 128 characters matching
the pattern "^[a-zA-Z0-9]+$".
2351 2352 2353 2354 2355 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2351 class PresentationObject < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |