Class: Aws::Types::UpdateLicenseSpecificationsForResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLicenseSpecificationsForResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_license_specifications ⇒ ::Array[Types::LicenseSpecification]
Returns the value of attribute add_license_specifications.
-
#remove_license_specifications ⇒ ::Array[Types::LicenseSpecification]
Returns the value of attribute remove_license_specifications.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#add_license_specifications ⇒ ::Array[Types::LicenseSpecification]
Returns the value of attribute add_license_specifications.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def add_license_specifications @add_license_specifications end |
#remove_license_specifications ⇒ ::Array[Types::LicenseSpecification]
Returns the value of attribute remove_license_specifications.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def remove_license_specifications @remove_license_specifications end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def resource_arn @resource_arn end |