Class: Aws::Types::BatchAssociateResourcesToCustomLineItemInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def target_arn
  @target_arn
end