Class: Aws::Types::BatchDisassociateResourcesFromCustomLineItemInput

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.



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def target_arn
  @target_arn
end