Class: Aws::Invoicing::Types::InvoiceSummariesSelector
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::InvoiceSummariesSelector
- 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
-
#resource_type ⇒ String
The query identifier type (
INVOICE_ID
orACCOUNT_ID
). -
#value ⇒ String
The value of the query identifier.
Instance Attribute Details
#resource_type ⇒ String
The query identifier type (INVOICE_ID
or ACCOUNT_ID
).
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 |
#value ⇒ String
The value of the query identifier.
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 |