Class: Aws::Types::AgreementEntitlement
- Inherits:
-
Object
- Object
- Aws::Types::AgreementEntitlement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
-
#registration_token ⇒ ::String
Returns the value of attribute registration_token.
-
#resource ⇒ Types::Resource
Returns the value of attribute resource.
-
#status ⇒ "PROVISIONED", ...
Returns the value of attribute status.
-
#status_reason_code ⇒ "PROVISIONING_IN_PROGRESS", ...
Returns the value of attribute status_reason_code.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
136 137 138 |
# File 'sig/types.rbs', line 136 def license_arn @license_arn end |
#registration_token ⇒ ::String
Returns the value of attribute registration_token.
133 134 135 |
# File 'sig/types.rbs', line 133 def registration_token @registration_token end |
#resource ⇒ Types::Resource
Returns the value of attribute resource.
131 132 133 |
# File 'sig/types.rbs', line 131 def resource @resource end |
#status ⇒ "PROVISIONED", ...
Returns the value of attribute status.
134 135 136 |
# File 'sig/types.rbs', line 134 def status @status end |
#status_reason_code ⇒ "PROVISIONING_IN_PROGRESS", ...
Returns the value of attribute status_reason_code.
135 136 137 |
# File 'sig/types.rbs', line 135 def status_reason_code @status_reason_code end |
#type ⇒ ::String
Returns the value of attribute type.
132 133 134 |
# File 'sig/types.rbs', line 132 def type @type end |