Class: Aws::Invoicing::Types::Entity

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

Overview

The organization name providing Amazon Web Services services.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invoicing_entityString

The name of the entity that issues the Amazon Web Services invoice.

Returns:

  • (String)


515
516
517
518
519
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 515

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