Class: Aws::Types::AddonSubscription
- Inherits:
-
Object
- Object
- Aws::Types::AddonSubscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
-
#addon_subscription_arn ⇒ ::String
Returns the value of attribute addon_subscription_arn.
-
#addon_subscription_id ⇒ ::String
Returns the value of attribute addon_subscription_id.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
Instance Attribute Details
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
33 34 35 |
# File 'sig/types.rbs', line 33 def addon_name @addon_name end |
#addon_subscription_arn ⇒ ::String
Returns the value of attribute addon_subscription_arn.
34 35 36 |
# File 'sig/types.rbs', line 34 def addon_subscription_arn @addon_subscription_arn end |
#addon_subscription_id ⇒ ::String
Returns the value of attribute addon_subscription_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def addon_subscription_id @addon_subscription_id end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
35 36 37 |
# File 'sig/types.rbs', line 35 def @created_timestamp end |