Class: Aws::Billing::Types::AssociateSourceViewsResponse

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

#arnString

The ARN of the billing view that the source views were associated with.

Returns:

  • (String)


70
71
72
73
74
# File 'lib/aws-sdk-billing/types.rb', line 70

class AssociateSourceViewsResponse < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end