Class: Aws::Types::GetAddonInstanceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAddonInstanceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addon_instance_arn ⇒ ::String
Returns the value of attribute addon_instance_arn.
-
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
-
#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_instance_arn ⇒ ::String
Returns the value of attribute addon_instance_arn.
411 412 413 |
# File 'sig/types.rbs', line 411 def addon_instance_arn @addon_instance_arn end |
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
410 411 412 |
# File 'sig/types.rbs', line 410 def addon_name @addon_name end |
#addon_subscription_id ⇒ ::String
Returns the value of attribute addon_subscription_id.
409 410 411 |
# File 'sig/types.rbs', line 409 def addon_subscription_id @addon_subscription_id end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
412 413 414 |
# File 'sig/types.rbs', line 412 def @created_timestamp end |