Class: Aws::Types::GrantedLicense
- Inherits:
-
Object
- Object
- Aws::Types::GrantedLicense
- 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.
-
#received_metadata ⇒ Types::ReceivedMetadata
Returns the value of attribute received_metadata.
-
#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.
606 607 608 |
# File 'sig/types.rbs', line 606 def beneficiary @beneficiary end |
#consumption_configuration ⇒ Types::ConsumptionConfiguration
Returns the value of attribute consumption_configuration.
608 609 610 |
# File 'sig/types.rbs', line 608 def consumption_configuration @consumption_configuration end |
#create_time ⇒ ::String
Returns the value of attribute create_time.
610 611 612 |
# File 'sig/types.rbs', line 610 def create_time @create_time end |
#entitlements ⇒ ::Array[Types::Entitlement]
Returns the value of attribute entitlements.
607 608 609 |
# File 'sig/types.rbs', line 607 def entitlements @entitlements end |
#home_region ⇒ ::String
Returns the value of attribute home_region.
603 604 605 |
# File 'sig/types.rbs', line 603 def home_region @home_region end |
#issuer ⇒ Types::IssuerDetails
Returns the value of attribute issuer.
602 603 604 |
# File 'sig/types.rbs', line 602 def issuer @issuer end |
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
598 599 600 |
# File 'sig/types.rbs', line 598 def license_arn @license_arn end |
#license_metadata ⇒ ::Array[Types::Metadata]
Returns the value of attribute license_metadata.
609 610 611 |
# File 'sig/types.rbs', line 609 def end |
#license_name ⇒ ::String
Returns the value of attribute license_name.
599 600 601 |
# File 'sig/types.rbs', line 599 def license_name @license_name end |
#product_name ⇒ ::String
Returns the value of attribute product_name.
600 601 602 |
# File 'sig/types.rbs', line 600 def product_name @product_name end |
#product_sku ⇒ ::String
Returns the value of attribute product_sku.
601 602 603 |
# File 'sig/types.rbs', line 601 def product_sku @product_sku end |
#received_metadata ⇒ Types::ReceivedMetadata
Returns the value of attribute received_metadata.
612 613 614 |
# File 'sig/types.rbs', line 612 def end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
604 605 606 |
# File 'sig/types.rbs', line 604 def status @status end |
#validity ⇒ Types::DatetimeRange
Returns the value of attribute validity.
605 606 607 |
# File 'sig/types.rbs', line 605 def validity @validity end |
#version ⇒ ::String
Returns the value of attribute version.
611 612 613 |
# File 'sig/types.rbs', line 611 def version @version end |