Class: Aws::Billing::Types::Expression
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::Expression
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/types.rb
Overview
See [Expression]. Billing view only supports ‘LINKED_ACCOUNT` and `Tags`.
[1]: docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Types::DimensionValues
The specific ‘Dimension` to use for `Expression`.
-
#tags ⇒ Types::TagValues
The specific ‘Tag` to use for `Expression`.
Instance Attribute Details
#dimensions ⇒ Types::DimensionValues
The specific ‘Dimension` to use for `Expression`.
293 294 295 296 297 298 |
# File 'lib/aws-sdk-billing/types.rb', line 293 class Expression < Struct.new( :dimensions, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Types::TagValues
The specific ‘Tag` to use for `Expression`.
293 294 295 296 297 298 |
# File 'lib/aws-sdk-billing/types.rb', line 293 class Expression < Struct.new( :dimensions, :tags) SENSITIVE = [] include Aws::Structure end |