Class: Aws::Types::CreateCustomLineItemInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomLineItemInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#billing_group_arn ⇒ ::String
Returns the value of attribute billing_group_arn.
-
#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange
Returns the value of attribute billing_period_range.
-
#charge_details ⇒ Types::CustomLineItemChargeDetails
Returns the value of attribute charge_details.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#computation_rule ⇒ "ITEMIZED", "CONSOLIDATED"
Returns the value of attribute computation_rule.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#presentation_details ⇒ Types::PresentationObject
Returns the value of attribute presentation_details.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
183 184 185 |
# File 'sig/types.rbs', line 183 def account_id @account_id end |
#billing_group_arn ⇒ ::String
Returns the value of attribute billing_group_arn.
179 180 181 |
# File 'sig/types.rbs', line 179 def billing_group_arn @billing_group_arn end |
#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange
Returns the value of attribute billing_period_range.
180 181 182 |
# File 'sig/types.rbs', line 180 def billing_period_range @billing_period_range end |
#charge_details ⇒ Types::CustomLineItemChargeDetails
Returns the value of attribute charge_details.
182 183 184 |
# File 'sig/types.rbs', line 182 def charge_details @charge_details end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
176 177 178 |
# File 'sig/types.rbs', line 176 def client_token @client_token end |
#computation_rule ⇒ "ITEMIZED", "CONSOLIDATED"
Returns the value of attribute computation_rule.
184 185 186 |
# File 'sig/types.rbs', line 184 def computation_rule @computation_rule end |
#description ⇒ ::String
Returns the value of attribute description.
178 179 180 |
# File 'sig/types.rbs', line 178 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
177 178 179 |
# File 'sig/types.rbs', line 177 def name @name end |
#presentation_details ⇒ Types::PresentationObject
Returns the value of attribute presentation_details.
185 186 187 |
# File 'sig/types.rbs', line 185 def presentation_details @presentation_details end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
181 182 183 |
# File 'sig/types.rbs', line 181 def @tags end |