Class: Aws::Types::LicenseSpecification
- Inherits:
-
Object
- Object
- Aws::Types::LicenseSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ami_association_scope ⇒ ::String
Returns the value of attribute ami_association_scope.
-
#license_configuration_arn ⇒ ::String
Returns the value of attribute license_configuration_arn.
Instance Attribute Details
#ami_association_scope ⇒ ::String
Returns the value of attribute ami_association_scope.
797 798 799 |
# File 'sig/types.rbs', line 797 def ami_association_scope @ami_association_scope end |
#license_configuration_arn ⇒ ::String
Returns the value of attribute license_configuration_arn.
796 797 798 |
# File 'sig/types.rbs', line 796 def license_configuration_arn @license_configuration_arn end |