Class: Aws::Types::UpdateAddonRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAddonRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
-
#addon_version ⇒ ::String
Returns the value of attribute addon_version.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#configuration_values ⇒ ::String
Returns the value of attribute configuration_values.
-
#pod_identity_associations ⇒ ::Array[Types::AddonPodIdentityAssociations]
Returns the value of attribute pod_identity_associations.
-
#resolve_conflicts ⇒ "OVERWRITE", ...
Returns the value of attribute resolve_conflicts.
-
#service_account_role_arn ⇒ ::String
Returns the value of attribute service_account_role_arn.
Instance Attribute Details
#addon_name ⇒ ::String
Returns the value of attribute addon_name.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def addon_name @addon_name end |
#addon_version ⇒ ::String
Returns the value of attribute addon_version.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def addon_version @addon_version end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def cluster_name @cluster_name end |
#configuration_values ⇒ ::String
Returns the value of attribute configuration_values.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def configuration_values @configuration_values end |
#pod_identity_associations ⇒ ::Array[Types::AddonPodIdentityAssociations]
Returns the value of attribute pod_identity_associations.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def pod_identity_associations @pod_identity_associations end |
#resolve_conflicts ⇒ "OVERWRITE", ...
Returns the value of attribute resolve_conflicts.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def resolve_conflicts @resolve_conflicts end |
#service_account_role_arn ⇒ ::String
Returns the value of attribute service_account_role_arn.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def service_account_role_arn @service_account_role_arn end |