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)


91
92
93
94
95
# File 'lib/aws-sdk-billing/types.rb', line 91

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