Class: Aws::Invoicing::Types::Entity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::Entity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-invoicing/types.rb
Overview
The organization name providing Amazon Web Services services.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invoicing_entity ⇒ String
The name of the entity that issues the Amazon Web Services invoice.
Instance Attribute Details
#invoicing_entity ⇒ String
The name of the entity that issues the Amazon Web Services invoice.
515 516 517 518 519 |
# File 'lib/aws-sdk-invoicing/types.rb', line 515 class Entity < Struct.new( :invoicing_entity) SENSITIVE = [] include Aws::Structure end |