Class: Aws::Billing::Types::DisassociateSourceViewsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::DisassociateSourceViewsRequest
- Defined in:
- gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the billing view to disassociate source views from.
-
#source_views ⇒ Array<String>
A list of ARNs of the source billing views to disassociate.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the billing view to disassociate source views from.
398 399 400 401 402 403 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 398 class DisassociateSourceViewsRequest < Struct.new( :arn, :source_views) SENSITIVE = [] include Aws::Structure end |
#source_views ⇒ Array<String>
A list of ARNs of the source billing views to disassociate.
398 399 400 401 402 403 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 398 class DisassociateSourceViewsRequest < Struct.new( :arn, :source_views) SENSITIVE = [] include Aws::Structure end |