Class: Aws::Types::ListPricingPlansAssociatedWithPricingRuleOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_period ⇒ ::String

Returns the value of attribute billing_period.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def billing_period
  @billing_period
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def next_token
  @next_token
end

#pricing_plan_arns ⇒ ::Array[::String]

Returns the value of attribute pricing_plan_arns.

Returns:

  • (::Array[::String])


571
572
573
# File 'sig/types.rbs', line 571

def pricing_plan_arns
  @pricing_plan_arns
end

#pricing_rule_arn ⇒ ::String

Returns the value of attribute pricing_rule_arn.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def pricing_rule_arn
  @pricing_rule_arn
end