Class: Aws::Types::ListPricingRulesAssociatedToPricingPlanOutput

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)


605
606
607
# File 'sig/types.rbs', line 605

def billing_period
  @billing_period
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def next_token
  @next_token
end

#pricing_plan_arn ⇒ ::String

Returns the value of attribute pricing_plan_arn.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def pricing_plan_arn
  @pricing_plan_arn
end

#pricing_rule_arns ⇒ ::Array[::String]

Returns the value of attribute pricing_rule_arns.

Returns:

  • (::Array[::String])


607
608
609
# File 'sig/types.rbs', line 607

def pricing_rule_arns
  @pricing_rule_arns
end