Class: Aws::Billing::Types::DeleteBillingViewResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-billing/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.

Returns:

  • (String)


360
361
362
363
364
# File 'lib/aws-sdk-billing/types.rb', line 360

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