Class: Aws::Billing::Types::GetBillingViewResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_viewTypes::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