Class: Aws::Invoicing::Types::InvoiceSummariesSelector

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb

Overview

Specifies the invoice summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_typeString

The query identifier type (INVOICE_ID or ACCOUNT_ID).

Returns:

  • (String)


577
578
579
580
581
582
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 577

class InvoiceSummariesSelector < Struct.new(
  :resource_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the query identifier.

Returns:

  • (String)


577
578
579
580
581
582
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 577

class InvoiceSummariesSelector < Struct.new(
  :resource_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end