Class: Aws::Types::UpdateCustomLineItemOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCustomLineItemOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#association_size ⇒ ::Integer
Returns the value of attribute association_size.
-
#billing_group_arn ⇒ ::String
Returns the value of attribute billing_group_arn.
-
#charge_details ⇒ Types::ListCustomLineItemChargeDetails
Returns the value of attribute charge_details.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
821 822 823 |
# File 'sig/types.rbs', line 821 def arn @arn end |
#association_size ⇒ ::Integer
Returns the value of attribute association_size.
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.
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.
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.
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.
823 824 825 |
# File 'sig/types.rbs', line 823 def name @name end |