Class: Aws::BillingConductor::Types::CreatePricingPlanOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::CreatePricingPlanOutput
- 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 pricing plan.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the created pricing plan.
709 710 711 712 713 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 709 class CreatePricingPlanOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |