Class: Aws::Types::PricingAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_plan"NONE", ...

Returns the value of attribute current_plan.

Returns:

  • ("NONE", "ESSENTIALS", "PRO", "ENTERPRISE")


1482
1483
1484
# File 'sig/types.rbs', line 1482

def current_plan
  @current_plan
end

#next_plan"NONE", ...

Returns the value of attribute next_plan.

Returns:

  • ("NONE", "ESSENTIALS", "PRO", "ENTERPRISE")


1483
1484
1485
# File 'sig/types.rbs', line 1483

def next_plan
  @next_plan
end