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]
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.
-
#name ⇒ String
A list of names of the Billing view.
-
#owner_account_id ⇒ String
The list of owners of the Billing view.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
66 67 68 69 70 71 72 73 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 66 class BillingViewListElement < Struct.new( :arn, :name, :owner_account_id, :billing_view_type) SENSITIVE = [:name] include Aws::Structure end |
#billing_view_type ⇒ String
The type of billing view.
66 67 68 69 70 71 72 73 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 66 class BillingViewListElement < Struct.new( :arn, :name, :owner_account_id, :billing_view_type) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
A list of names of the Billing view.
66 67 68 69 70 71 72 73 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 66 class BillingViewListElement < Struct.new( :arn, :name, :owner_account_id, :billing_view_type) SENSITIVE = [:name] include Aws::Structure end |
#owner_account_id ⇒ String
The list of owners of the Billing view.
66 67 68 69 70 71 72 73 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 66 class BillingViewListElement < Struct.new( :arn, :name, :owner_account_id, :billing_view_type) SENSITIVE = [:name] include Aws::Structure end |