Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataLicenseSetDetails

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

Overview

Provides details about the license configuration for an Amazon EC2 instance.

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)


7745
7746
7747
7748
7749
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7745

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