Class: Aws::Types::UpdateCustomLineItemInput

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)


812
813
814
# File 'sig/types.rbs', line 812

def arn
  @arn
end

#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange

Returns the value of attribute billing_period_range.



816
817
818
# File 'sig/types.rbs', line 816

def billing_period_range
  @billing_period_range
end

#charge_details ⇒ Types::UpdateCustomLineItemChargeDetails

Returns the value of attribute charge_details.



815
816
817
# File 'sig/types.rbs', line 815

def charge_details
  @charge_details
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def name
  @name
end