Class: Aws::Billing::Types::AssociateSourceViewsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::AssociateSourceViewsResponse
- 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 associated with.
Instance Attribute Details
#arn ⇒ String
The ARN of the billing view that the source views were associated with.
70 71 72 73 74 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 70 class AssociateSourceViewsResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |