Class: Aws::Billing::Types::BillingViewListElement
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::BillingViewListElement
- Defined in:
- gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb
Overview
A representation of a billing view.
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.
-
#billing_view_type ⇒ String
The type of billing view.
-
#description ⇒ String
The description of the billing view.
-
#health_status ⇒ Types::BillingViewHealthStatus
The current health status of the billing view.
-
#name ⇒ String
A list of names of the Billing view.
-
#owner_account_id ⇒ String
The list of owners of the Billing view.
-
#source_account_id ⇒ String
The Amazon Web Services account ID that owns the source billing view, if this is a derived billing view.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 227 class BillingViewListElement < Struct.new( :arn, :name, :description, :owner_account_id, :source_account_id, :billing_view_type, :health_status) SENSITIVE = [:name, :description] include Aws::Structure end |
#billing_view_type ⇒ String
The type of billing view.
227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 227 class BillingViewListElement < Struct.new( :arn, :name, :description, :owner_account_id, :source_account_id, :billing_view_type, :health_status) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the billing view.
227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 227 class BillingViewListElement < Struct.new( :arn, :name, :description, :owner_account_id, :source_account_id, :billing_view_type, :health_status) SENSITIVE = [:name, :description] include Aws::Structure end |
#health_status ⇒ Types::BillingViewHealthStatus
The current health status of the billing view.
227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 227 class BillingViewListElement < Struct.new( :arn, :name, :description, :owner_account_id, :source_account_id, :billing_view_type, :health_status) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
A list of names of the Billing view.
227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 227 class BillingViewListElement < Struct.new( :arn, :name, :description, :owner_account_id, :source_account_id, :billing_view_type, :health_status) SENSITIVE = [:name, :description] include Aws::Structure end |
#owner_account_id ⇒ String
The list of owners of the Billing view.
227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 227 class BillingViewListElement < Struct.new( :arn, :name, :description, :owner_account_id, :source_account_id, :billing_view_type, :health_status) SENSITIVE = [:name, :description] include Aws::Structure end |
#source_account_id ⇒ String
The Amazon Web Services account ID that owns the source billing view, if this is a derived billing view.
227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 227 class BillingViewListElement < Struct.new( :arn, :name, :description, :owner_account_id, :source_account_id, :billing_view_type, :health_status) SENSITIVE = [:name, :description] include Aws::Structure end |