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.
53 54 55 |
# File 'sig/types.rbs', line 53 def addon_arn @addon_arn end |
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
48 49 50 |
# File 'sig/types.rbs', line 48 def addon_name @addon_name end |
#addon_version ⇒ ::String
Returns the value of attribute addon_version.
51 52 53 |
# File 'sig/types.rbs', line 51 def addon_version @addon_version end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
49 50 51 |
# File 'sig/types.rbs', line 49 def cluster_name @cluster_name end |
#configuration_values ⇒ ::String
Returns the value of attribute configuration_values.
61 62 63 |
# File 'sig/types.rbs', line 61 def configuration_values @configuration_values end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
54 55 56 |
# File 'sig/types.rbs', line 54 def created_at @created_at end |
#health ⇒ Types::AddonHealth
Returns the value of attribute health.
52 53 54 |
# File 'sig/types.rbs', line 52 def health @health end |
#marketplace_information ⇒ Types::MarketplaceInformation
Returns the value of attribute marketplace_information.
60 61 62 |
# File 'sig/types.rbs', line 60 def marketplace_information @marketplace_information end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
55 56 57 |
# File 'sig/types.rbs', line 55 def modified_at @modified_at end |
#namespace_config ⇒ Types::AddonNamespaceConfigResponse
Returns the value of attribute namespace_config.
63 64 65 |
# File 'sig/types.rbs', line 63 def namespace_config @namespace_config end |
#owner ⇒ ::String
Returns the value of attribute owner.
59 60 61 |
# File 'sig/types.rbs', line 59 def owner @owner end |
#pod_identity_associations ⇒ ::Array[::String]
Returns the value of attribute pod_identity_associations.
62 63 64 |
# File 'sig/types.rbs', line 62 def pod_identity_associations @pod_identity_associations end |
#publisher ⇒ ::String
Returns the value of attribute publisher.
58 59 60 |
# File 'sig/types.rbs', line 58 def publisher @publisher end |
#service_account_role_arn ⇒ ::String
Returns the value of attribute service_account_role_arn.
56 57 58 |
# File 'sig/types.rbs', line 56 def service_account_role_arn @service_account_role_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
50 51 52 |
# File 'sig/types.rbs', line 50 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
57 58 59 |
# File 'sig/types.rbs', line 57 def @tags end |