Class: Aws::Billing::Types::DisassociateSourceViewsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::DisassociateSourceViewsResponse
- Defined in:
- gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the billing view that the source views were disassociated from.
Instance Attribute Details
#arn ⇒ String
The ARN of the billing view that the source views were disassociated from.
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 |