Class: Aws::Types::UpdateAddonRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#addon_name::String

Returns the value of attribute addon_name.

Returns:

  • (::String)


1955
1956
1957
# File 'sig/types.rbs', line 1955

def addon_name
  @addon_name
end

#addon_version::String

Returns the value of attribute addon_version.

Returns:

  • (::String)


1956
1957
1958
# File 'sig/types.rbs', line 1956

def addon_version
  @addon_version
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1959
1960
1961
# File 'sig/types.rbs', line 1959

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1954
1955
1956
# File 'sig/types.rbs', line 1954

def cluster_name
  @cluster_name
end

#configuration_values::String

Returns the value of attribute configuration_values.

Returns:

  • (::String)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def configuration_values
  @configuration_values
end

#pod_identity_associations::Array[Types::AddonPodIdentityAssociations]

Returns the value of attribute pod_identity_associations.



1961
1962
1963
# File 'sig/types.rbs', line 1961

def pod_identity_associations
  @pod_identity_associations
end

#resolve_conflicts"OVERWRITE", ...

Returns the value of attribute resolve_conflicts.

Returns:

  • ("OVERWRITE", "NONE", "PRESERVE")


1958
1959
1960
# File 'sig/types.rbs', line 1958

def resolve_conflicts
  @resolve_conflicts
end

#service_account_role_arn::String

Returns the value of attribute service_account_role_arn.

Returns:

  • (::String)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def 
  @service_account_role_arn
end