Class: Aws::Billing::Types::CreateBillingViewResponse

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)


345
346
347
348
349
350
# File 'lib/aws-sdk-billing/types.rb', line 345

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

#created_atTime

The time when the billing view was created.

Returns:

  • (Time)


345
346
347
348
349
350
# File 'lib/aws-sdk-billing/types.rb', line 345

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