Class: Aws::Types::BatchAssociateResourcesToCustomLineItemInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchAssociateResourcesToCustomLineItemInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange
Returns the value of attribute billing_period_range.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange
Returns the value of attribute billing_period_range.
80 81 82 |
# File 'sig/types.rbs', line 80 def billing_period_range @billing_period_range end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
79 80 81 |
# File 'sig/types.rbs', line 79 def resource_arns @resource_arns end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
78 79 80 |
# File 'sig/types.rbs', line 78 def target_arn @target_arn end |