Class: Aws::LicenseManager::Types::OrganizationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::OrganizationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Configuration information for Organizations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_integration ⇒ Boolean
Enables Organizations integration.
Instance Attribute Details
#enable_integration ⇒ Boolean
Enables Organizations integration.
3209 3210 3211 3212 3213 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3209 class OrganizationConfiguration < Struct.new( :enable_integration) SENSITIVE = [] include Aws::Structure end |