Class: Aws::Billing::Types::AssociateSourceViewsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the billing view to associate source views with.

Returns:

  • (String)


56
57
58
59
60
61
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 56

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

#source_viewsArray<String>

A list of ARNs of the source billing views to associate.

Returns:

  • (Array<String>)


56
57
58
59
60
61
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 56

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