Class: Aws::Billing::Types::BillingViewElement

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

Overview

The metadata associated to the billing view.

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)


139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 139

class BillingViewElement < Struct.new(
  :arn,
  :name,
  :description,
  :billing_view_type,
  :owner_account_id,
  :source_account_id,
  :data_filter_expression,
  :created_at,
  :updated_at,
  :derived_view_count,
  :source_view_count,
  :view_definition_last_updated_at,
  :health_status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#billing_view_typeString

The type of billing group.

Returns:

  • (String)


139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 139

class BillingViewElement < Struct.new(
  :arn,
  :name,
  :description,
  :billing_view_type,
  :owner_account_id,
  :source_account_id,
  :data_filter_expression,
  :created_at,
  :updated_at,
  :derived_view_count,
  :source_view_count,
  :view_definition_last_updated_at,
  :health_status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#created_atTime

The time when the billing view was created.

Returns:

  • (Time)


139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 139

class BillingViewElement < Struct.new(
  :arn,
  :name,
  :description,
  :billing_view_type,
  :owner_account_id,
  :source_account_id,
  :data_filter_expression,
  :created_at,
  :updated_at,
  :derived_view_count,
  :source_view_count,
  :view_definition_last_updated_at,
  :health_status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#data_filter_expressionTypes::Expression

See Expression. Billing view only supports LINKED_ACCOUNT and Tags.

Returns:



139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 139

class BillingViewElement < Struct.new(
  :arn,
  :name,
  :description,
  :billing_view_type,
  :owner_account_id,
  :source_account_id,
  :data_filter_expression,
  :created_at,
  :updated_at,
  :derived_view_count,
  :source_view_count,
  :view_definition_last_updated_at,
  :health_status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#derived_view_countInteger

The number of billing views that use this billing view as a source.

Returns:

  • (Integer)


139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 139

class BillingViewElement < Struct.new(
  :arn,
  :name,
  :description,
  :billing_view_type,
  :owner_account_id,
  :source_account_id,
  :data_filter_expression,
  :created_at,
  :updated_at,
  :derived_view_count,
  :source_view_count,
  :view_definition_last_updated_at,
  :health_status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

The description of the billing view.

Returns:

  • (String)


139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 139

class BillingViewElement < Struct.new(
  :arn,
  :name,
  :description,
  :billing_view_type,
  :owner_account_id,
  :source_account_id,
  :data_filter_expression,
  :created_at,
  :updated_at,
  :derived_view_count,
  :source_view_count,
  :view_definition_last_updated_at,
  :health_status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#health_statusTypes::BillingViewHealthStatus

The current health status of the billing view.



139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 139

class BillingViewElement < Struct.new(
  :arn,
  :name,
  :description,
  :billing_view_type,
  :owner_account_id,
  :source_account_id,
  :data_filter_expression,
  :created_at,
  :updated_at,
  :derived_view_count,
  :source_view_count,
  :view_definition_last_updated_at,
  :health_status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The account name of the billing view.

Returns:

  • (String)


139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 139

class BillingViewElement < Struct.new(
  :arn,
  :name,
  :description,
  :billing_view_type,
  :owner_account_id,
  :source_account_id,
  :data_filter_expression,
  :created_at,
  :updated_at,
  :derived_view_count,
  :source_view_count,
  :view_definition_last_updated_at,
  :health_status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#owner_account_idString

The account owner of the billing view.

Returns:

  • (String)


139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 139

class BillingViewElement < Struct.new(
  :arn,
  :name,
  :description,
  :billing_view_type,
  :owner_account_id,
  :source_account_id,
  :data_filter_expression,
  :created_at,
  :updated_at,
  :derived_view_count,
  :source_view_count,
  :view_definition_last_updated_at,
  :health_status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#source_account_idString

The Amazon Web Services account ID that owns the source billing view, if this is a derived billing view.

Returns:

  • (String)


139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 139

class BillingViewElement < Struct.new(
  :arn,
  :name,
  :description,
  :billing_view_type,
  :owner_account_id,
  :source_account_id,
  :data_filter_expression,
  :created_at,
  :updated_at,
  :derived_view_count,
  :source_view_count,
  :view_definition_last_updated_at,
  :health_status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#source_view_countInteger

The number of source views associated with this billing view.

Returns:

  • (Integer)


139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 139

class BillingViewElement < Struct.new(
  :arn,
  :name,
  :description,
  :billing_view_type,
  :owner_account_id,
  :source_account_id,
  :data_filter_expression,
  :created_at,
  :updated_at,
  :derived_view_count,
  :source_view_count,
  :view_definition_last_updated_at,
  :health_status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#updated_atTime

The time when the billing view was last updated.

Returns:

  • (Time)


139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 139

class BillingViewElement < Struct.new(
  :arn,
  :name,
  :description,
  :billing_view_type,
  :owner_account_id,
  :source_account_id,
  :data_filter_expression,
  :created_at,
  :updated_at,
  :derived_view_count,
  :source_view_count,
  :view_definition_last_updated_at,
  :health_status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#view_definition_last_updated_atTime

The timestamp of when the billing view definition was last updated.

Returns:

  • (Time)


139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 139

class BillingViewElement < Struct.new(
  :arn,
  :name,
  :description,
  :billing_view_type,
  :owner_account_id,
  :source_account_id,
  :data_filter_expression,
  :created_at,
  :updated_at,
  :derived_view_count,
  :source_view_count,
  :view_definition_last_updated_at,
  :health_status)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end