Class: Aws::LicenseManager::Types::CreateLicenseVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateLicenseVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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 of the license.
-
#issuer ⇒ Types::Issuer
License issuer.
-
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
-
#license_metadata ⇒ Array<Types::Metadata>
Information about the license.
-
#license_name ⇒ String
License name.
-
#product_name ⇒ String
Product name.
-
#source_version ⇒ String
Current version of the license.
-
#status ⇒ String
License status.
-
#validity ⇒ Types::DatetimeRange
Date and time range during which the license is valid, in ISO8601-UTC format.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 852 class CreateLicenseVersionRequest < Struct.new( :license_arn, :license_name, :product_name, :issuer, :home_region, :validity, :license_metadata, :entitlements, :consumption_configuration, :status, :client_token, :source_version) 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.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 852 class CreateLicenseVersionRequest < Struct.new( :license_arn, :license_name, :product_name, :issuer, :home_region, :validity, :license_metadata, :entitlements, :consumption_configuration, :status, :client_token, :source_version) SENSITIVE = [] include Aws::Structure end |
#entitlements ⇒ Array<Types::Entitlement>
License entitlements.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 852 class CreateLicenseVersionRequest < Struct.new( :license_arn, :license_name, :product_name, :issuer, :home_region, :validity, :license_metadata, :entitlements, :consumption_configuration, :status, :client_token, :source_version) SENSITIVE = [] include Aws::Structure end |
#home_region ⇒ String
Home Region of the license.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 852 class CreateLicenseVersionRequest < Struct.new( :license_arn, :license_name, :product_name, :issuer, :home_region, :validity, :license_metadata, :entitlements, :consumption_configuration, :status, :client_token, :source_version) SENSITIVE = [] include Aws::Structure end |
#issuer ⇒ Types::Issuer
License issuer.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 852 class CreateLicenseVersionRequest < Struct.new( :license_arn, :license_name, :product_name, :issuer, :home_region, :validity, :license_metadata, :entitlements, :consumption_configuration, :status, :client_token, :source_version) SENSITIVE = [] include Aws::Structure end |
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 852 class CreateLicenseVersionRequest < Struct.new( :license_arn, :license_name, :product_name, :issuer, :home_region, :validity, :license_metadata, :entitlements, :consumption_configuration, :status, :client_token, :source_version) SENSITIVE = [] include Aws::Structure end |
#license_metadata ⇒ Array<Types::Metadata>
Information about the license.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 852 class CreateLicenseVersionRequest < Struct.new( :license_arn, :license_name, :product_name, :issuer, :home_region, :validity, :license_metadata, :entitlements, :consumption_configuration, :status, :client_token, :source_version) SENSITIVE = [] include Aws::Structure end |
#license_name ⇒ String
License name.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 852 class CreateLicenseVersionRequest < Struct.new( :license_arn, :license_name, :product_name, :issuer, :home_region, :validity, :license_metadata, :entitlements, :consumption_configuration, :status, :client_token, :source_version) SENSITIVE = [] include Aws::Structure end |
#product_name ⇒ String
Product name.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 852 class CreateLicenseVersionRequest < Struct.new( :license_arn, :license_name, :product_name, :issuer, :home_region, :validity, :license_metadata, :entitlements, :consumption_configuration, :status, :client_token, :source_version) SENSITIVE = [] include Aws::Structure end |
#source_version ⇒ String
Current version of the license.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 852 class CreateLicenseVersionRequest < Struct.new( :license_arn, :license_name, :product_name, :issuer, :home_region, :validity, :license_metadata, :entitlements, :consumption_configuration, :status, :client_token, :source_version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
License status.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 852 class CreateLicenseVersionRequest < Struct.new( :license_arn, :license_name, :product_name, :issuer, :home_region, :validity, :license_metadata, :entitlements, :consumption_configuration, :status, :client_token, :source_version) SENSITIVE = [] include Aws::Structure end |
#validity ⇒ Types::DatetimeRange
Date and time range during which the license is valid, in ISO8601-UTC format.
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 852 class CreateLicenseVersionRequest < Struct.new( :license_arn, :license_name, :product_name, :issuer, :home_region, :validity, :license_metadata, :entitlements, :consumption_configuration, :status, :client_token, :source_version) SENSITIVE = [] include Aws::Structure end |