Class: Aws::BillingConductor::Types::CreateCustomLineItemOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::CreateCustomLineItemOutput
- Defined in:
- gems/aws-sdk-billingconductor/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.
644 645 646 647 648 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 644 class CreateCustomLineItemOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |