Class: Aws::LicenseManagerUserSubscriptions::Types::DomainNetworkSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::DomainNetworkSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Contains network settings for the Active Directory domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnets ⇒ Array<String>
Contains a list of subnets that apply for the Active Directory domain.
Instance Attribute Details
#subnets ⇒ Array<String>
Contains a list of subnets that apply for the Active Directory domain.
360 361 362 363 364 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 360 class DomainNetworkSettings < Struct.new( :subnets) SENSITIVE = [] include Aws::Structure end |