Class: Aws::Types::CreateCustomLineItemInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def 
  @account_id
end

#billing_group_arn ⇒ ::String

Returns the value of attribute billing_group_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ITEMIZED", "CONSOLIDATED")


184
185
186
# File 'sig/types.rbs', line 184

def computation_rule
  @computation_rule
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


181
182
183
# File 'sig/types.rbs', line 181

def tags
  @tags
end