Class: Aws::Types::GetAddonSubscriptionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAddonSubscriptionResponse
- 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.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
Instance Attribute Details
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
422 423 424 |
# File 'sig/types.rbs', line 422 def addon_name @addon_name end |
#addon_subscription_arn ⇒ ::String
Returns the value of attribute addon_subscription_arn.
423 424 425 |
# File 'sig/types.rbs', line 423 def addon_subscription_arn @addon_subscription_arn end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
424 425 426 |
# File 'sig/types.rbs', line 424 def @created_timestamp end |