Class: Aws::NimbleStudio::Types::LicenseServiceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::LicenseServiceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
The configuration for a license service that is associated with a studio resource.
Constant Summary collapse
- SENSITIVE =
[:endpoint]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
The endpoint of the license service that is accessed by the studio component resource.
Instance Attribute Details
#endpoint ⇒ String
The endpoint of the license service that is accessed by the studio component resource.
1627 1628 1629 1630 1631 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1627 class LicenseServiceConfiguration < Struct.new( :endpoint) SENSITIVE = [:endpoint] include Aws::Structure end |