Class: Aws::LicenseManager::Types::CreateLicenseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateLicenseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#beneficiary ⇒ String
License beneficiary.
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#consumption_configuration ⇒ Types::ConsumptionConfiguration
Configuration for consumption of the license.
-
#entitlements ⇒ Array<Types::Entitlement>
License entitlements.
-
#home_region ⇒ String
Home Region for the license.
-
#issuer ⇒ Types::Issuer
License issuer.
-
#license_metadata ⇒ Array<Types::Metadata>
Information about the license.
-
#license_name ⇒ String
License name.
-
#product_name ⇒ String
Product name.
-
#product_sku ⇒ String
Product SKU.
-
#validity ⇒ Types::DatetimeRange
Date and time range during which the license is valid, in ISO8601-UTC format.
Instance Attribute Details
#beneficiary ⇒ String
License beneficiary.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 760 class CreateLicenseRequest < Struct.new( :license_name, :product_name, :product_sku, :issuer, :home_region, :validity, :entitlements, :beneficiary, :consumption_configuration, :license_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 760 class CreateLicenseRequest < Struct.new( :license_name, :product_name, :product_sku, :issuer, :home_region, :validity, :entitlements, :beneficiary, :consumption_configuration, :license_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#consumption_configuration ⇒ Types::ConsumptionConfiguration
Configuration for consumption of the license. Choose a provisional configuration for workloads running with continuous connectivity. Choose a borrow configuration for workloads with offline usage.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 760 class CreateLicenseRequest < Struct.new( :license_name, :product_name, :product_sku, :issuer, :home_region, :validity, :entitlements, :beneficiary, :consumption_configuration, :license_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#entitlements ⇒ Array<Types::Entitlement>
License entitlements.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 760 class CreateLicenseRequest < Struct.new( :license_name, :product_name, :product_sku, :issuer, :home_region, :validity, :entitlements, :beneficiary, :consumption_configuration, :license_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#home_region ⇒ String
Home Region for the license.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 760 class CreateLicenseRequest < Struct.new( :license_name, :product_name, :product_sku, :issuer, :home_region, :validity, :entitlements, :beneficiary, :consumption_configuration, :license_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#issuer ⇒ Types::Issuer
License issuer.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 760 class CreateLicenseRequest < Struct.new( :license_name, :product_name, :product_sku, :issuer, :home_region, :validity, :entitlements, :beneficiary, :consumption_configuration, :license_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#license_metadata ⇒ Array<Types::Metadata>
Information about the license.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 760 class CreateLicenseRequest < Struct.new( :license_name, :product_name, :product_sku, :issuer, :home_region, :validity, :entitlements, :beneficiary, :consumption_configuration, :license_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#license_name ⇒ String
License name.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 760 class CreateLicenseRequest < Struct.new( :license_name, :product_name, :product_sku, :issuer, :home_region, :validity, :entitlements, :beneficiary, :consumption_configuration, :license_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#product_name ⇒ String
Product name.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 760 class CreateLicenseRequest < Struct.new( :license_name, :product_name, :product_sku, :issuer, :home_region, :validity, :entitlements, :beneficiary, :consumption_configuration, :license_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#product_sku ⇒ String
Product SKU.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 760 class CreateLicenseRequest < Struct.new( :license_name, :product_name, :product_sku, :issuer, :home_region, :validity, :entitlements, :beneficiary, :consumption_configuration, :license_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |
#validity ⇒ Types::DatetimeRange
Date and time range during which the license is valid, in ISO8601-UTC format.
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 760 class CreateLicenseRequest < Struct.new( :license_name, :product_name, :product_sku, :issuer, :home_region, :validity, :entitlements, :beneficiary, :consumption_configuration, :license_metadata, :client_token) SENSITIVE = [] include Aws::Structure end |