Class: Aws::Types::License
- Inherits:
-
Object
- Object
- Aws::Types::License
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#beneficiary ⇒ ::String
Returns the value of attribute beneficiary.
-
#consumption_configuration ⇒ Types::ConsumptionConfiguration
Returns the value of attribute consumption_configuration.
-
#create_time ⇒ ::String
Returns the value of attribute create_time.
-
#entitlements ⇒ ::Array[Types::Entitlement]
Returns the value of attribute entitlements.
-
#home_region ⇒ ::String
Returns the value of attribute home_region.
-
#issuer ⇒ Types::IssuerDetails
Returns the value of attribute issuer.
-
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
-
#license_metadata ⇒ ::Array[Types::Metadata]
Returns the value of attribute license_metadata.
-
#license_name ⇒ ::String
Returns the value of attribute license_name.
-
#product_name ⇒ ::String
Returns the value of attribute product_name.
-
#product_sku ⇒ ::String
Returns the value of attribute product_sku.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#validity ⇒ Types::DatetimeRange
Returns the value of attribute validity.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#beneficiary ⇒ ::String
Returns the value of attribute beneficiary.
663 664 665 |
# File 'sig/types.rbs', line 663 def beneficiary @beneficiary end |
#consumption_configuration ⇒ Types::ConsumptionConfiguration
Returns the value of attribute consumption_configuration.
665 666 667 |
# File 'sig/types.rbs', line 665 def consumption_configuration @consumption_configuration end |
#create_time ⇒ ::String
Returns the value of attribute create_time.
667 668 669 |
# File 'sig/types.rbs', line 667 def create_time @create_time end |
#entitlements ⇒ ::Array[Types::Entitlement]
Returns the value of attribute entitlements.
664 665 666 |
# File 'sig/types.rbs', line 664 def entitlements @entitlements end |
#home_region ⇒ ::String
Returns the value of attribute home_region.
660 661 662 |
# File 'sig/types.rbs', line 660 def home_region @home_region end |
#issuer ⇒ Types::IssuerDetails
Returns the value of attribute issuer.
659 660 661 |
# File 'sig/types.rbs', line 659 def issuer @issuer end |
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
655 656 657 |
# File 'sig/types.rbs', line 655 def license_arn @license_arn end |
#license_metadata ⇒ ::Array[Types::Metadata]
Returns the value of attribute license_metadata.
666 667 668 |
# File 'sig/types.rbs', line 666 def @license_metadata end |
#license_name ⇒ ::String
Returns the value of attribute license_name.
656 657 658 |
# File 'sig/types.rbs', line 656 def license_name @license_name end |
#product_name ⇒ ::String
Returns the value of attribute product_name.
657 658 659 |
# File 'sig/types.rbs', line 657 def product_name @product_name end |
#product_sku ⇒ ::String
Returns the value of attribute product_sku.
658 659 660 |
# File 'sig/types.rbs', line 658 def product_sku @product_sku end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
661 662 663 |
# File 'sig/types.rbs', line 661 def status @status end |
#validity ⇒ Types::DatetimeRange
Returns the value of attribute validity.
662 663 664 |
# File 'sig/types.rbs', line 662 def validity @validity end |
#version ⇒ ::String
Returns the value of attribute version.
668 669 670 |
# File 'sig/types.rbs', line 668 def version @version end |