Class: Aws::Types::ListPricingRulesOutput

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)


626
627
628
# File 'sig/types.rbs', line 626

def billing_period
  @billing_period
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def next_token
  @next_token
end

#pricing_rules ⇒ ::Array[Types::PricingRuleListElement]

Returns the value of attribute pricing_rules.

Returns:



627
628
629
# File 'sig/types.rbs', line 627

def pricing_rules
  @pricing_rules
end