Class: Aws::BillingConductor::Types::PresentationObject

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#serviceString

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]+$".

Returns:

  • (String)


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