Class: Aws::LicenseManager::Types::UpdateLicenseSpecificationsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::UpdateLicenseSpecificationsForResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_license_specifications ⇒ Array<Types::LicenseSpecification>
ARNs of the license configurations to add.
-
#remove_license_specifications ⇒ Array<Types::LicenseSpecification>
ARNs of the license configurations to remove.
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the Amazon Web Services resource.
Instance Attribute Details
#add_license_specifications ⇒ Array<Types::LicenseSpecification>
ARNs of the license configurations to add.
3865 3866 3867 3868 3869 3870 3871 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3865 class UpdateLicenseSpecificationsForResourceRequest < Struct.new( :resource_arn, :add_license_specifications, :remove_license_specifications) SENSITIVE = [] include Aws::Structure end |
#remove_license_specifications ⇒ Array<Types::LicenseSpecification>
ARNs of the license configurations to remove.
3865 3866 3867 3868 3869 3870 3871 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3865 class UpdateLicenseSpecificationsForResourceRequest < Struct.new( :resource_arn, :add_license_specifications, :remove_license_specifications) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the Amazon Web Services resource.
3865 3866 3867 3868 3869 3870 3871 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3865 class UpdateLicenseSpecificationsForResourceRequest < Struct.new( :resource_arn, :add_license_specifications, :remove_license_specifications) SENSITIVE = [] include Aws::Structure end |