Class: Aws::NimbleStudio::Types::LicenseServiceConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/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

Instance Attribute Details

#endpointString

The endpoint of the license service that is accessed by the studio component resource.

Returns:

  • (String)


1627
1628
1629
1630
1631
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1627

class LicenseServiceConfiguration < Struct.new(
  :endpoint)
  SENSITIVE = [:endpoint]
  include Aws::Structure
end