Class: Aws::Billing::Types::Expression
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::Expression
- Defined in:
- gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb
Overview
See Expression. Billing view only supports LINKED_ACCOUNT
and
Tags
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Types::DimensionValues
The specific
Dimension
to use forExpression
. -
#tags ⇒ Types::TagValues
The specific
Tag
to use forExpression
. -
#time_range ⇒ Types::TimeRange
Specifies a time range filter for the billing view data.
Instance Attribute Details
#dimensions ⇒ Types::DimensionValues
The specific Dimension
to use for Expression
.
439 440 441 442 443 444 445 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 439 class Expression < Struct.new( :dimensions, :tags, :time_range) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Types::TagValues
The specific Tag
to use for Expression
.
439 440 441 442 443 444 445 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 439 class Expression < Struct.new( :dimensions, :tags, :time_range) SENSITIVE = [] include Aws::Structure end |
#time_range ⇒ Types::TimeRange
Specifies a time range filter for the billing view data.
439 440 441 442 443 444 445 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 439 class Expression < Struct.new( :dimensions, :tags, :time_range) SENSITIVE = [] include Aws::Structure end |