Class: Aws::NimbleStudio::Types::LicenseServiceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::LicenseServiceConfiguration
- Defined in:
- gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb
Overview
Note:
When making an API call, you may pass LicenseServiceConfiguration data as a hash:
{
endpoint: "SyntheticLicenseServiceConfigurationString",
}
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.
1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1901 class LicenseServiceConfiguration < Struct.new( :endpoint) SENSITIVE = [:endpoint] include Aws::Structure end |