Class: Aws::Invoicing::Types::InvoiceSummariesFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::InvoiceSummariesFilter
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
Filters for your invoice summaries.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_period ⇒ Types::BillingPeriod
The billing period associated with the invoice documents.
-
#invoicing_entity ⇒ String
The name of the entity that issues the Amazon Web Services invoice.
-
#receiver_role ⇒ String
The role of the invoice receiver to filter by.
-
#time_interval ⇒ Types::DateInterval
The date range for invoice summary retrieval.
Instance Attribute Details
#billing_period ⇒ Types::BillingPeriod
The billing period associated with the invoice documents.
919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 919 class InvoiceSummariesFilter < Struct.new( :time_interval, :billing_period, :invoicing_entity, :receiver_role) SENSITIVE = [] include Aws::Structure end |
#invoicing_entity ⇒ String
The name of the entity that issues the Amazon Web Services invoice.
919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 919 class InvoiceSummariesFilter < Struct.new( :time_interval, :billing_period, :invoicing_entity, :receiver_role) SENSITIVE = [] include Aws::Structure end |
#receiver_role ⇒ String
The role of the invoice receiver to filter by.
ReceiverRole is specified:
Data is available starting
2025-06-01. Queries for periods before2025-06-01return a validation error.TimeIntervalsupports a time interval of up to 5 years. WithoutReceiverRole,TimeIntervalis limited to one month.
919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 919 class InvoiceSummariesFilter < Struct.new( :time_interval, :billing_period, :invoicing_entity, :receiver_role) SENSITIVE = [] include Aws::Structure end |
#time_interval ⇒ Types::DateInterval
The date range for invoice summary retrieval.
919 920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 919 class InvoiceSummariesFilter < Struct.new( :time_interval, :billing_period, :invoicing_entity, :receiver_role) SENSITIVE = [] include Aws::Structure end |