Class: Aws::Types::UpdatePricingPlanInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def arn
  @arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def name
  @name
end