Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataLicenseSetDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataLicenseSetDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#license_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the license configuration.
Instance Attribute Details
#license_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the license configuration.
7748 7749 7750 7751 7752 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7748 class AwsEc2LaunchTemplateDataLicenseSetDetails < Struct.new( :license_configuration_arn) SENSITIVE = [] include Aws::Structure end |