Class: Aws::LicenseManager::Types::OrganizationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::OrganizationConfiguration
- Defined in:
- gems/aws-sdk-licensemanager/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.
3135 3136 3137 3138 3139 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3135 class OrganizationConfiguration < Struct.new( :enable_integration) SENSITIVE = [] include Aws::Structure end |