Class: Aws::BillingConductor::Types::CreatePricingRuleOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-billingconductor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the created pricing rule.

Returns:

  • (String)


810
811
812
813
814
# File 'lib/aws-sdk-billingconductor/types.rb', line 810

class CreatePricingRuleOutput < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end