Class: Aws::Billing::Types::GetBillingViewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::GetBillingViewResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_view ⇒ Types::BillingViewElement
The billing view element associated with the specified ARN.
Instance Attribute Details
#billing_view ⇒ Types::BillingViewElement
The billing view element associated with the specified ARN.
466 467 468 469 470 |
# File 'lib/aws-sdk-billing/types.rb', line 466 class GetBillingViewResponse < Struct.new( :billing_view) SENSITIVE = [] include Aws::Structure end |