Class: Aws::BillingConductor::Types::CreateCustomLineItemOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::CreateCustomLineItemOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the created custom line item.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the created custom line item.
660 661 662 663 664 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 660 class CreateCustomLineItemOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |