Class: Aws::Types::BatchDisassociateResourcesFromCustomLineItemInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchDisassociateResourcesFromCustomLineItemInput
- 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.
93 94 95 |
# File 'sig/types.rbs', line 93 def billing_period_range @billing_period_range end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
92 93 94 |
# File 'sig/types.rbs', line 92 def resource_arns @resource_arns end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
91 92 93 |
# File 'sig/types.rbs', line 91 def target_arn @target_arn end |