Class: Aws::Billing::Types::UpdateBillingViewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::UpdateBillingViewRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
-
#data_filter_expression ⇒ Types::Expression
See [Expression].
-
#description ⇒ String
The description of the billing view.
-
#name ⇒ String
The name of the billing view.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-billing/types.rb', line 898 class UpdateBillingViewRequest < Struct.new( :arn, :name, :description, :data_filter_expression) SENSITIVE = [:name, :description] include Aws::Structure end |
#data_filter_expression ⇒ Types::Expression
See [Expression]. Billing view only supports LINKED_ACCOUNT, Tags, and CostCategories.
[1]: docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html
898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-billing/types.rb', line 898 class UpdateBillingViewRequest < Struct.new( :arn, :name, :description, :data_filter_expression) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the billing view.
898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-billing/types.rb', line 898 class UpdateBillingViewRequest < Struct.new( :arn, :name, :description, :data_filter_expression) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the billing view.
898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-billing/types.rb', line 898 class UpdateBillingViewRequest < Struct.new( :arn, :name, :description, :data_filter_expression) SENSITIVE = [:name, :description] include Aws::Structure end |