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

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

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

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 2085

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.

Returns:



2085
2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 2085

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.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 2085

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.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 2085

class UpdateBillingViewRequest < Struct.new(
  :arn,
  :name,
  :description,
  :data_filter_expression)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end