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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

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

Returns:

  • (String)


975
976
977
978
979
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 975

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