Class: Aws::Invoicing::Types::InvoiceSummariesSelector
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::InvoiceSummariesSelector
- Includes:
- Structure
- Defined in:
- 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_IDorACCOUNT_ID). -
#value ⇒ String
The value of the query identifier.
Instance Attribute Details
#resource_type ⇒ String
The query identifier type (INVOICE_ID or ACCOUNT_ID).
940 941 942 943 944 945 |
# File 'lib/aws-sdk-invoicing/types.rb', line 940 class InvoiceSummariesSelector < Struct.new( :resource_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the query identifier.
940 941 942 943 944 945 |
# File 'lib/aws-sdk-invoicing/types.rb', line 940 class InvoiceSummariesSelector < Struct.new( :resource_type, :value) SENSITIVE = [] include Aws::Structure end |