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)


892
893
894
895
896
897
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 892

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

#valueString

The value of the query identifier.

Returns:

  • (String)


892
893
894
895
896
897
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 892

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