Class: Aws::Types::Addon
- Inherits:
-
Object
- Object
- Aws::Types::Addon
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addon_arn ⇒ ::String
Returns the value of attribute addon_arn.
-
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
-
#addon_version ⇒ ::String
Returns the value of attribute addon_version.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#configuration_values ⇒ ::String
Returns the value of attribute configuration_values.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#health ⇒ Types::AddonHealth
Returns the value of attribute health.
-
#marketplace_information ⇒ Types::MarketplaceInformation
Returns the value of attribute marketplace_information.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#namespace_config ⇒ Types::AddonNamespaceConfigResponse
Returns the value of attribute namespace_config.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#pod_identity_associations ⇒ ::Array[::String]
Returns the value of attribute pod_identity_associations.
-
#publisher ⇒ ::String
Returns the value of attribute publisher.
-
#service_account_role_arn ⇒ ::String
Returns the value of attribute service_account_role_arn.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#addon_arn ⇒ ::String
Returns the value of attribute addon_arn.
72 73 74 |
# File 'sig/types.rbs', line 72 def addon_arn @addon_arn end |
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
67 68 69 |
# File 'sig/types.rbs', line 67 def addon_name @addon_name end |
#addon_version ⇒ ::String
Returns the value of attribute addon_version.
70 71 72 |
# File 'sig/types.rbs', line 70 def addon_version @addon_version end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
68 69 70 |
# File 'sig/types.rbs', line 68 def cluster_name @cluster_name end |
#configuration_values ⇒ ::String
Returns the value of attribute configuration_values.
80 81 82 |
# File 'sig/types.rbs', line 80 def configuration_values @configuration_values end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
73 74 75 |
# File 'sig/types.rbs', line 73 def created_at @created_at end |
#health ⇒ Types::AddonHealth
Returns the value of attribute health.
71 72 73 |
# File 'sig/types.rbs', line 71 def health @health end |
#marketplace_information ⇒ Types::MarketplaceInformation
Returns the value of attribute marketplace_information.
79 80 81 |
# File 'sig/types.rbs', line 79 def marketplace_information @marketplace_information end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
74 75 76 |
# File 'sig/types.rbs', line 74 def modified_at @modified_at end |
#namespace_config ⇒ Types::AddonNamespaceConfigResponse
Returns the value of attribute namespace_config.
82 83 84 |
# File 'sig/types.rbs', line 82 def namespace_config @namespace_config end |
#owner ⇒ ::String
Returns the value of attribute owner.
78 79 80 |
# File 'sig/types.rbs', line 78 def owner @owner end |
#pod_identity_associations ⇒ ::Array[::String]
Returns the value of attribute pod_identity_associations.
81 82 83 |
# File 'sig/types.rbs', line 81 def pod_identity_associations @pod_identity_associations end |
#publisher ⇒ ::String
Returns the value of attribute publisher.
77 78 79 |
# File 'sig/types.rbs', line 77 def publisher @publisher end |
#service_account_role_arn ⇒ ::String
Returns the value of attribute service_account_role_arn.
75 76 77 |
# File 'sig/types.rbs', line 75 def service_account_role_arn @service_account_role_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
69 70 71 |
# File 'sig/types.rbs', line 69 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
76 77 78 |
# File 'sig/types.rbs', line 76 def @tags end |