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)


24893
24894
24895
24896
# File 'lib/aws-sdk-ec2/types.rb', line 24893

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