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
Note:
When making an API call, you may pass OrganizationConfiguration data as a hash:
{
enable_integration: false, # required
}
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.
3690 3691 3692 3693 3694 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3690 class OrganizationConfiguration < Struct.new( :enable_integration) SENSITIVE = [] include Aws::Structure end |