Class: Aws::EC2::Types::LicenseConfigurationRequest

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

Overview

Describes a license configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_configuration_arnString

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

Returns:

  • (String)


58741
58742
58743
58744
58745
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58741

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