Class: Aws::Billing::Types::UpdateBillingViewRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-billing/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.

Returns:

  • (String)


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_expressionTypes::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

Returns:



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

#descriptionString

The description of the billing view.

Returns:

  • (String)


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

#nameString

The name of the billing view.

Returns:

  • (String)


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