Class: Aws::EC2::Types::LicenseConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a license configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#license_configuration_arnString

The Amazon Resource Name (ARN) of the license configuration.

Returns:

  • (String)


24719
24720
24721
24722
# File 'lib/aws-sdk-ec2/types.rb', line 24719

class LicenseConfiguration < Struct.new(
  :license_configuration_arn)
  include Aws::Structure
end