Class: Aws::EC2::Types::LicenseConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LicenseConfigurationRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Note:
When making an API call, you may pass LicenseConfigurationRequest data as a hash:
{
license_configuration_arn: "String",
}
Describes a license configuration.
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.
46656 46657 46658 46659 46660 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46656 class LicenseConfigurationRequest < Struct.new( :license_configuration_arn) SENSITIVE = [] include Aws::Structure end |