Class: Aws::Types::Entitlement
- Inherits:
-
Object
- Object
- Aws::Types::Entitlement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_aws_account_id ⇒ ::String
Returns the value of attribute customer_aws_account_id.
-
#customer_identifier ⇒ ::String
Returns the value of attribute customer_identifier.
-
#dimension ⇒ ::String
Returns the value of attribute dimension.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
-
#product_code ⇒ ::String
Returns the value of attribute product_code.
-
#value ⇒ Types::EntitlementValue
Returns the value of attribute value.
Instance Attribute Details
#customer_aws_account_id ⇒ ::String
Returns the value of attribute customer_aws_account_id.
15 16 17 |
# File 'sig/types.rbs', line 15 def customer_aws_account_id @customer_aws_account_id end |
#customer_identifier ⇒ ::String
Returns the value of attribute customer_identifier.
14 15 16 |
# File 'sig/types.rbs', line 14 def customer_identifier @customer_identifier end |
#dimension ⇒ ::String
Returns the value of attribute dimension.
13 14 15 |
# File 'sig/types.rbs', line 13 def dimension @dimension end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
17 18 19 |
# File 'sig/types.rbs', line 17 def expiration_date @expiration_date end |
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
18 19 20 |
# File 'sig/types.rbs', line 18 def license_arn @license_arn end |
#product_code ⇒ ::String
Returns the value of attribute product_code.
12 13 14 |
# File 'sig/types.rbs', line 12 def product_code @product_code end |
#value ⇒ Types::EntitlementValue
Returns the value of attribute value.
16 17 18 |
# File 'sig/types.rbs', line 16 def value @value end |