Class: Aws::Mgn::Types::Licensing
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::Licensing
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Configure Licensing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#os_byol ⇒ Boolean
Configure BYOL OS licensing.
Instance Attribute Details
#os_byol ⇒ Boolean
Configure BYOL OS licensing.
2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-mgn/types.rb', line 2093 class Licensing < Struct.new( :os_byol) SENSITIVE = [] include Aws::Structure end |