Class: Aws::LicenseManager::Types::EntitlementData
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::EntitlementData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Data associated with an entitlement resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Entitlement data name.
-
#unit ⇒ String
Entitlement data unit.
-
#value ⇒ String
Entitlement data value.
Instance Attribute Details
#name ⇒ String
Entitlement data name.
1149 1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1149 class EntitlementData < Struct.new( :name, :value, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
Entitlement data unit.
1149 1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1149 class EntitlementData < Struct.new( :name, :value, :unit) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Entitlement data value.
1149 1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1149 class EntitlementData < Struct.new( :name, :value, :unit) SENSITIVE = [] include Aws::Structure end |