Class: Aws::Billing::Types::DisassociateSourceViewsResponse

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 ARN of the billing view that the source views were disassociated from.

Returns:

  • (String)


412
413
414
415
416
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 412

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