Class: Aws::Types::UpdateCustomLineItemOutput

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)


821
822
823
# File 'sig/types.rbs', line 821

def arn
  @arn
end

#association_size ⇒ ::Integer

Returns the value of attribute association_size.

Returns:

  • (::Integer)


827
828
829
# File 'sig/types.rbs', line 827

def association_size
  @association_size
end

#billing_group_arn ⇒ ::String

Returns the value of attribute billing_group_arn.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def billing_group_arn
  @billing_group_arn
end

#charge_details ⇒ Types::ListCustomLineItemChargeDetails

Returns the value of attribute charge_details.



825
826
827
# File 'sig/types.rbs', line 825

def charge_details
  @charge_details
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


824
825
826
# File 'sig/types.rbs', line 824

def description
  @description
end

#last_modified_time ⇒ ::Integer

Returns the value of attribute last_modified_time.

Returns:

  • (::Integer)


826
827
828
# File 'sig/types.rbs', line 826

def last_modified_time
  @last_modified_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def name
  @name
end