Method: Aws::Billing::Types::CreateBillingViewRequest#name
- Defined in:
- lib/aws-sdk-billing/types.rb
#name ⇒ String
The name of the billing view.
304 305 306 307 308 309 310 311 312 313 |
# File 'lib/aws-sdk-billing/types.rb', line 304 class CreateBillingViewRequest < Struct.new( :name, :description, :source_views, :data_filter_expression, :client_token, :resource_tags) SENSITIVE = [:name, :description] include Aws::Structure end |