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_ID` or `ACCOUNT_ID`).
-
#value ⇒ String
The value of the query identifier.
Instance Attribute Details
#resource_type ⇒ String
The query identifier type (‘INVOICE_ID` or `ACCOUNT_ID`).
892 893 894 895 896 897 |
# File 'lib/aws-sdk-invoicing/types.rb', line 892 class InvoiceSummariesSelector < Struct.new( :resource_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the query identifier.
892 893 894 895 896 897 |
# File 'lib/aws-sdk-invoicing/types.rb', line 892 class InvoiceSummariesSelector < Struct.new( :resource_type, :value) SENSITIVE = [] include Aws::Structure end |