Class: Aws::Billing::Types::GetBillingViewRequest

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)


478
479
480
481
482
# File 'lib/aws-sdk-billing/types.rb', line 478

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